<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>disappear on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/disappear/</link><description>Recent content in disappear on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/disappear/index.xml" rel="self" type="application/rss+xml"/><item><title>How to make Quriobot disappear completly (after finishing)</title><link>https://academy.test.quriobot.com/design-and-behavior-of-your-bot/how-to-make-quriobot-disappear-completly-after-finishing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/design-and-behavior-of-your-bot/how-to-make-quriobot-disappear-completly-after-finishing/</guid><description>If you want Quriobot to disappear completely you will need to add the following JavaScript function (requires developer mode) to your bot:
function() { quriobot.hide_frame(); setTimeout(function(){ document.getElementById(&amp;#34;botbutton&amp;#34;).classList.remove(&amp;#39;show&amp;#39;); }, 0) } Line 2 will make the bot disappear
Line 4 will also make the sticky avatar disappear</description></item></channel></rss>