diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/checktor.js b/checktor.js index 12eff22..6e4c957 100755 --- a/checktor.js +++ b/checktor.js @@ -12,10 +12,18 @@ let cyber = text.includes("cyber-hub.pw"); let ly = text.includes("onion.ly"); let moe = text.includes("onion.moe"); let web = text.includes("darknet2web.com"); +let web2 = text.includes("darknet2web.info"); let gate = text.includes("torgateway.com"); let i2p = text.includes("i2p.mk16.de"); let i2p2 = text.includes("i2phides.me"); let nl = text.includes("tor2web.nl"); -if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) { +let re = text.includes("onion.re"); +let foundation = text.includes("onion.foundation"); +let india = text.includes("torproxy.in"); +let nz = text.includes("onion.nz"); +let autos = text.includes("onion.autos"); +let dnshook = text.includes("dnshook.site"); +let torify = text.includes("torify.net"); +if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === true) || (torify === true) { window.location.replace("https://theannoyingsite.com"); } diff --git a/index.html b/index.html index 8f4e59b..ee05a1c 100755 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@