diff options
author | Nick Sullivan <0313d585463a4190948b5856e96c5b74ae842199@cloudflare.com> | 2020-08-04 04:37:43 +0200 |
---|---|---|
committer | Nick Sullivan <0313d585463a4190948b5856e96c5b74ae842199@cloudflare.com> | 2020-08-04 04:37:43 +0200 |
commit | c4456302c374a98f7564c4cc98de6288b2d49f75 (patch) | |
tree | 2c87abbbc427f6f5d6a9c2e76a8fc4c92fafb57e /addons/ismitmlinkFX/cs.js | |
parent | 195c9d25782acb0f80ffa1f5d16cd402e8f92d5a (diff) | |
download | cloudflare-tor-c4456302c374a98f7564c4cc98de6288b2d49f75.tar.lz cloudflare-tor-c4456302c374a98f7564c4cc98de6288b2d49f75.tar.xz cloudflare-tor-c4456302c374a98f7564c4cc98de6288b2d49f75.zip |
cs.js
Diffstat (limited to 'addons/ismitmlinkFX/cs.js')
-rw-r--r-- | addons/ismitmlinkFX/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/ismitmlinkFX/cs.js b/addons/ismitmlinkFX/cs.js index 8ebc4f96..efa66909 100644 --- a/addons/ismitmlinkFX/cs.js +++ b/addons/ismitmlinkFX/cs.js @@ -1,4 +1,4 @@ -if (document.body && !['ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.eu.org', 'api.searxes.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org'].includes(location.hostname)) { +if (document.body && !['crimeflare.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org'].includes(location.hostname)) { let cs = (function () { let s = document.createElement('style'); document.head.appendChild(s); @@ -13,7 +13,7 @@ if (document.body && !['ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhs cs.insertRule("img[data-mitm=y]:hover{filter:sepia(20%)}", 5); } browser.storage.local.get(['ign1', 'ign2', 'obs', 'dbg', 'alt']).then(g => { - let asked = ['', 'ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.eu.org', 'api.searxes.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org', 't.co']; + let asked = ['', 'crimeflare.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org', 't.co']; if (g.ign1 == 'y') { asked.push(location.hostname); } |