diff options
author | Michael Manov <0313d585463a4190948b5856e96c5b74ae842199@cloudflare.com> | 2020-08-04 04:36:52 +0200 |
---|---|---|
committer | Michael Manov <0313d585463a4190948b5856e96c5b74ae842199@cloudflare.com> | 2020-08-04 04:36:52 +0200 |
commit | c8d9ffae94f572decddc736973ce344224aecdc9 (patch) | |
tree | d3f4d914ba4b7776a16e25627c203919ff0631a3 /addons/isattlinkFX/cs.js | |
parent | beae533c7fb408eb41bb7543a17f7500565fcb1b (diff) | |
download | cloudflare-tor-c8d9ffae94f572decddc736973ce344224aecdc9.tar.lz cloudflare-tor-c8d9ffae94f572decddc736973ce344224aecdc9.tar.xz cloudflare-tor-c8d9ffae94f572decddc736973ce344224aecdc9.zip |
cs.js
Diffstat (limited to 'addons/isattlinkFX/cs.js')
-rw-r--r-- | addons/isattlinkFX/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/isattlinkFX/cs.js b/addons/isattlinkFX/cs.js index a9e35b3f..a8354b3e 100644 --- a/addons/isattlinkFX/cs.js +++ b/addons/isattlinkFX/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); @@ -1067,7 +1067,7 @@ if (document.body && !['ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhs return wa[1] + '.' + wa[0]; } let bdom = get_realdomain(location.hostname), - 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']; + 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); } |