Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jun 13, 2019
1 parent 96d03f9 commit 96c05fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/content/rules-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"ostrzeszowinfo.pl",
"pasty.link",
"pokyun.tv",
"pornhub.com",
"reevown.com",
"shinden.pl",
"socketloop.com",
Expand Down
2 changes: 1 addition & 1 deletion src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ if (a.domCmp(["hanime.tv"])) {
if (a.domCmp(["whosampled.com"])) {
a.readOnly("showAdBlockerOverlay", () => { });
}
if (a.domCmp(["pornhub.com", "redtube.com", "youporn.com", "tube8.com", "pornmd.com",
if (a.domCmp(["redtube.com", "youporn.com", "tube8.com", "pornmd.com",
"thumbzilla.com", "xtube.com", "peeperz.com", "czechhq.net", "29443kmq.video"])) {
// NSFW!
// 29443kmq.video is the iframe of czechhq.net, other domains are part of Pornhub Network
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "15.0.0.151",
"version": "15.0.0.152",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 96c05fe

Please sign in to comment.