Spoiler switch in the main menu or elsewhere integrated in the UI
The same way there's now a fast switch for dark mode in the main menu (Dark Knight Mode), I think it would be interesting the have a quick method to turn spoilers on and off. For example, when browsing lists, specially when there are lots of special episodes, sometimes I need to click on several items to reveal their titles, because "Special 34" doesn't give as much information as "6x03", and it becomes tiresome pretty fast. Going to settings to temporarily turn spoilers off and later turn them on isn't ideal either. I think a switch where a single click is needed would be fantastic.

-
Matt commented
Create a bookmark for Justin's code like this: "javascript:$('span.hide-spoiler:not(.visible)').click()"
Then you can just click that button any time you want to reveal spoilers instead of opening the console.
-
AdminJustin (Founder, Trakt) commented
For now, you can run this in the browser console.
$('span.hide-spoiler:not(.visible)').click()