Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from Zelphy/patch-1
Browse files Browse the repository at this point in the history
block help.com
  • Loading branch information
Bruce authored May 29, 2019
2 parents 400154d + 7047ff5 commit a30c6b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Chrome/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://cdn.gubagoo.io/*",
"*://leadconnect.ipmaxi.se/*",
"*://static.small.chat/messenger.js",
"*://smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js"
"*://smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js",
"*://plugins.help.com/*"
]},
["blocking"]);
9 changes: 9 additions & 0 deletions Safari/BlockerExtension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,14 @@
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "plugins.help.com",
"resource-type": ["script"]
},
"action": {
"type": "block"
}
}
]
3 changes: 2 additions & 1 deletion filterlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
||cdn.gubagoo.io/*
||leadconnect.ipmaxi.se/*
||static.small.chat/messenger.js
||smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js
||smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js
||plugins.help.com/*

0 comments on commit a30c6b2

Please sign in to comment.