Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Turn off typing notification?

One of my players in my game has trouble with keeping their place when reading the text because every time someone starts typing the "person x is typing" notice at the bottom of the screen makes the text block jump up. (then back down when they stop typing for a few seconds.) Is there a way to turn off the notification in a setting somewhere? Or at least stop it from making the text box jump up and down constantly?
Not in Roll20. You can use Stylish to hide it with custom css though.
1445391881

Edited 1445392314
You could use a browser extension to block or hide the site element #whoistyping
Silvyre said: You could use a browser extension to block or hide the site element #whoistyping Thanks Silvyre. Do you know how I'd do that. (I'm the player.)
As HoneyBadger suggested, you could use the following with Stylish, or a similar browser extension. @namespace url(<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>); @-moz-document domain("app.roll20.net"), domain("app.roll20dev.net") { #whoistyping { display: none !important; } }
Thanks Silvyre, HoneyBadger.&nbsp; That works great. Turns out I didn't need stylish, just f12 and dropped that code into the style editor. Much obliged.
Scion Drakhar said: Thanks Silvyre, HoneyBadger.&nbsp; That works great. Turns out I didn't need stylish, just f12 and dropped that code into the style editor. Much obliged. That only lasts for that session I believe. Stylish works all the time without having to re-do it.
Hi&nbsp; Silveressa -&nbsp;since our community has answered your question, I will go ahead and close this thread. Please feel free to start a new thread&nbsp;if you have more questions!