diff options
author | Janette Camacho <237140c99e9665f9e318@cloudflare.com> | 2020-12-12 02:35:10 +0100 |
---|---|---|
committer | Janette Camacho <237140c99e9665f9e318@cloudflare.com> | 2020-12-12 02:35:10 +0100 |
commit | 9eb7afc2a99ec46f51d4c01c9329d43e375127cb (patch) | |
tree | 98e826bff74f4c6f2499fb5e1ffbec95d9039f03 | |
parent | 4da36ab06a8a5dc332e44066b56feac72dd09372 (diff) | |
download | cloudflare-tor-9eb7afc2a99ec46f51d4c01c9329d43e375127cb.tar.lz cloudflare-tor-9eb7afc2a99ec46f51d4c01c9329d43e375127cb.tar.xz cloudflare-tor-9eb7afc2a99ec46f51d4c01c9329d43e375127cb.zip |
cs.js
-rw-r--r-- | addons/ismitmlinkCR/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/ismitmlinkCR/cs.js b/addons/ismitmlinkCR/cs.js index cb4664d5..0f105fb1 100644 --- a/addons/ismitmlinkCR/cs.js +++ b/addons/ismitmlinkCR/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); @@ -13,7 +13,7 @@ if (document.body && !['crimeflare.eu.org', 'api.crimeflare.eu.org', 'ansero.eu. cs.insertRule("img[data-mitm=y]:hover{filter:sepia(20%)}", 5); } chrome.storage.local.get(['ign1', 'ign2', 'obs', 'dbg', 'alt'], (g) => { - let 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']; + let 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); } |