Page 1 of 1
Blocking Pop Culture: Pop Blocker
Posted: Sun Feb 21, 2016 6:26 am
by boontjiggins
I would absolutely love to have an impregnable barrier between my screen and any mention of Taylor Swift. Could ABP develop some tools which allow a user to block pop content?
Re: Blocking Pop Culture: Pop Blocker
Posted: Mon Feb 22, 2016 1:17 am
by lewisje
You're looking for something that can heuristically analyze images and (presumably) text to make a best guess at what the content is and censor accordingly; this is very different from what ABP does, which is simple pattern-matching for URLs and injection of CSS selectors to hide content.
Re: Blocking Pop Culture: Pop Blocker
Posted: Mon Feb 22, 2016 8:42 am
by mapx
Re: Blocking Pop Culture: Pop Blocker
Posted: Wed Mar 02, 2016 11:59 am
by iamunknown2
mapx wrote:see
viewtopic.php?f=1&t=9893
Code: Select all
##[href*="taylor-swift"]
##[href*="taylorswift"]
(code sort of derived from topic above)