Unfuck Pornhub 2

Hide videos on Pornhub by title with regex. Currently blocks incest titles.

Author
fakeanatomydoctor
Daily installs
0
Total installs
248
Ratings
2 0 0
Version
2.1
Created
2020-10-07
Updated
2020-10-07
License
N/A
Applies to

Hide incest videos on Pornhub.

This is an edited version of Kvothe the Bloodless' script, https://sleazyfork.org/en/scripts/406228-un-pornhub

I added regex support to the term list and made the default list incest keywords.

You could always edit the script to include whatever other terms you like and you won't have to see videos that have those terms in the title.

If you're not sure how to use regex, you can just put the word in lower case, like "word", and it should match any word or part of a word that includes it. If you only want to match whole words, put \b at the front and end of the word, like this: "\bword\b"