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

Commit

Permalink
block gubagoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Apr 10, 2019
1 parent d4b9b8c commit 1bed8fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Chrome/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ chrome.webRequest.onBeforeRequest.addListener(
"*://code.snapengage.com/*",
"*://sdk.inbenta.io/chatbot/*",
"*://pi2.movoto.com/1.7.654/javascripts/desktop/movoto.min.js",
"*://*.zopim.com/*"
"*://*.zopim.com/*",
"*://cdn.gubagoo.io/*"
]},
["blocking"]);
2 changes: 1 addition & 1 deletion Safari/BlockerExtension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"type": "block"
},
"trigger": {
"url-filter": ".\.crisp\.chat/.",
"url-filter": "^(http|https)://.\.crisp\.chat/.",
"resource-type": ["script"]
}
},
Expand Down
Binary file not shown.
3 changes: 2 additions & 1 deletion filterlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
||code.snapengage.com/*
||sdk.inbenta.io/chatbot/*
||pi2.movoto.com/1.7.654/javascripts/desktop/movoto.min.js
||*.zopim.com/*
||*.zopim.com/*
||cdn.gubagoo.io/*

0 comments on commit 1bed8fe

Please sign in to comment.