diff options
author | George Henry <3f2d@cloudflare.com> | 2020-12-12 02:34:02 +0100 |
---|---|---|
committer | George Henry <3f2d@cloudflare.com> | 2020-12-12 02:34:02 +0100 |
commit | 1ae3ece3d7d1e271cb698e644fe3ef75404f5424 (patch) | |
tree | d431e0ef704a00739d097b80d9507caaf26368de /addons/isattlinkCR/cs.js | |
parent | d55fccac83687e41f83a4dfd4d81a79f2a4825a5 (diff) | |
download | cloudflare-tor-1ae3ece3d7d1e271cb698e644fe3ef75404f5424.tar.lz cloudflare-tor-1ae3ece3d7d1e271cb698e644fe3ef75404f5424.tar.xz cloudflare-tor-1ae3ece3d7d1e271cb698e644fe3ef75404f5424.zip |
cs.js
Diffstat (limited to 'addons/isattlinkCR/cs.js')
-rw-r--r-- | addons/isattlinkCR/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/isattlinkCR/cs.js b/addons/isattlinkCR/cs.js index 24530370..b51c61be 100644 --- a/addons/isattlinkCR/cs.js +++ b/addons/isattlinkCR/cs.js @@ -1,4 +1,4 @@ -if (document.body && !['crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.eu.org'].includes(location.hostname) && !location.hostname.endsWith('.onion')) { +if (document.body && !['sercxi.eu.org', 'api.sercxi.eu.org', 'ansero.eu.org'].includes(location.hostname) && !location.hostname.endsWith('.onion')) { let cs = (function () { let s = document.createElement('style'); document.head.appendChild(s); @@ -1067,7 +1067,7 @@ if (document.body && !['crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.eu. return wa[1] + '.' + wa[0]; } let bdom = get_realdomain(location.hostname), - asked = ['', 'sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion', 'crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion', 'ansero.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org', 't.co']; + asked = ['', 'sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion', 'sercxi.eu.org', 'api.sercxi.eu.org', 'ansero.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion', 'ansero.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org', 't.co']; if (g.ign1 == 'y') { asked.push(location.hostname); } |