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

Commit

Permalink
block smartsupp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Apr 27, 2019
1 parent 3d0ba75 commit 1a77d7d
Show file tree
Hide file tree
Showing 3 changed files with 22 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 @@ -50,6 +50,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://*.zopim.com/*",
"*://cdn.gubagoo.io/*",
"*://leadconnect.ipmaxi.se/*",
"*://static.small.chat/messenger.js"
"*://static.small.chat/messenger.js",
"*://smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js"
]},
["blocking"]);
18 changes: 18 additions & 0 deletions Safari/BlockerExtension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,23 @@
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "static.small.chat/messenger.js",
"resource-type": ["script"]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js",
"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 @@ -33,4 +33,5 @@
||*.zopim.com/*
||cdn.gubagoo.io/*
||leadconnect.ipmaxi.se/*
||static.small.chat/messenger.js
||static.small.chat/messenger.js
||smartsupp-widget-161959.c.cdn77.org/build/smartchat-2.3.20.min.js

0 comments on commit 1a77d7d

Please sign in to comment.