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?

October 21 (9 years ago)
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?
October 21 (9 years ago)
Not in Roll20. You can use Stylish to hide it with custom css though.
October 21 (9 years ago)

Edited October 21 (9 years ago)
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.)
October 21 (9 years ago)
As HoneyBadger suggested, you could use the following with Stylish, or a similar browser extension.
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("app.roll20.net"), domain("app.roll20dev.net") {
#whoistyping {
  display: none !important;
}
}
Thanks Silvyre, HoneyBadger.  That works great. Turns out I didn't need stylish, just f12 and dropped that code into the style editor.

Much obliged.

October 21 (9 years ago)

Scion Drakhar said:

Thanks Silvyre, HoneyBadger.  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.
October 22 (9 years ago)
Hi Silveressa - since our community has answered your question, I will go ahead and close this thread. Please feel free to start a new thread if you have more questions!