Option to hide Tags on Manga Description pages

Joined
Mar 3, 2018
Messages
5
Hi, I realize this might just be a silly pet peeve of mine so it might sound weird but if it's not too much trouble, can you add an option to hide all tags on manga description pages? (under a Spoilers button maybe). I like to read manga without knowing the tags at all cuz sometimes the tags are just straight up spoilers to me, the tragedy tag in particular.

It's great if you guys could do something to that effect. Hope I'm not asking for too much. Thanks and keep up the good work!
 
If you don't mind it being slightly scuffed, you could do with adblock filters (ublock: dashboard > my filters, or adblock):
Code:
mangadex.org##a[href*="genre"], a.genre

To keep the trigger warning (ecchi/gore/etc)
Code:
mangadex.org##a.badge-secondary[href*="genre"], a.genre
 

Users who are viewing this thread

Back
Top