1
0
Fork 0

for fuck's sake, Namesilo...

This commit is contained in:
Lethe Beltane 2023-09-20 09:40:18 -05:00
parent ab1a8afcf2
commit 6847b20452
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
3 changed files with 15 additions and 13 deletions

View file

@ -20,6 +20,8 @@ let nl = text.includes("tor2web.nl");
let re = text.includes("onion.re");
let foundation = text.includes("onion.foundation");
let india = text.includes("torproxy.in");
if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (india === true ) || (moe === true)) {
let nz = text.includes("onion.nz");
let autos = text.includes("onion.autos");
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)) {
window.location.replace("https://theannoyingsite.com");
}