FrostCo / AdvancedProfanityFilter

A browser extension to filter profanity from webpages
GNU General Public License v3.0
163 stars 26 forks source link

Not censoring in The Verge comment section #555

Closed Glodigit closed 3 months ago

Glodigit commented 3 months ago

:bug: Description

For as long as The Verge's new site has existed, I've noticed that the extension doesn't censor any words in the comment section. It's the only site I know that has this issue.

:twisted_rightwards_arrows: Steps To Reproduce

  1. Go to theverge.com
  2. Click on an article with comments
  3. Scroll down to find a comment with profanity
  4. See error

:computer: Details

richardfrost commented 3 months ago

Thanks for reporting the issue @Glodigit. I took a quick look at it, and it appears they are using the ShadowDom for their comments section. Could you try turning on "Deep" mode for The Verge?

image

Glodigit commented 3 months ago

I've done some testing and it seems that this is the solution, but to get it to work I also had to:

  1. Turn of Ublock Origin
  2. Confirm choices for a cookies popup that now appeared
  3. Turn on Ublock Origin

image

I also tested "normal" mode after this to see if it was Ublock the entire time but nothing was filtered: image

richardfrost commented 3 months ago

@Glodigit Thanks for sharing what worked for you. Like I said, based off of how they built their page (especially the comments), it will need to have Deep mode selected to work.

That's really interesting about uBlock Origin though, I'll have to see if I can replicate it on my end. Thanks for reporting it!