Unfuck Pornhub 2

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
fakeanatomydoctor
Installationen heute
0
Installationen gesamt
306
Bewertungen
2 0 0
Version
2.1
Erstellt am
07.10.2020
Letzte Aktualisierung
07.10.2020
Größe
1,42 KB
Lizenz
n/a
Wird angewandt auf

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"