lucasrowe / spoiled

A Chrome extension that blocks content using any keywords a user specifies.
GNU General Public License v2.0
10 stars 6 forks source link

Button to unhide spoiler #11

Open lucasrowe opened 8 years ago

lucasrowe commented 8 years ago

Consider adding a button to the hidden content to allow the user to unhide the spoiler.

lucasrowe commented 7 years ago

This looks like it will be harder than originally thought. If we don't remove the text, the blocker will keep detecting it as needing to be hidden.

The blocker probably needs a way to ignore blocks that it thinks it has already addressed. Then it will avoid re-detecting blocks over and over again as the user hides and unhides content.