AidanSpeakss/streamer-mode-for-firefox

Censor instead of hiding + click to reveal

MKrabs opened this issue · 2 comments

Sometimes I feel like I'm missing something on the page, and would like to know where and what is hidden.

A great addition would be a toggle between removed, hidden, spoiler and hover:

  • Remove would removed the keywords from the HTML
    • some hidden text ---> some text
  • Hidden would replace the keywords behind a black bar
    • some hidden text ---> some ⬛⬛⬛ text
  • Spoiler extends hidden by adding a click to reveal feature
    • some ⬛⬛⬛ text ------(click)-----> some hidden text
  • Hover extends hidden by revealing the text by simply hovering over it
    • some ⬛⬛⬛ text ------(hover)-----> some hidden text

Thanks for the feature suggestion, this is a great idea!

Alot of this could be done by inserting some HTML instead of replacing it with "" and then using some onhover css which would be very cool