1
0
Fork 0

Final push before surgery

This commit is contained in:
Lethe Beltane 2025-02-10 12:09:38 -06:00
parent b8566819bd
commit 852e4fadc4
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
5 changed files with 38 additions and 14 deletions

View file

@ -22,6 +22,7 @@ let foundation = text.includes("onion.foundation");
let india = text.includes("torproxy.in");
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)) {
let dnshook = text.includes("dnshook.site");
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) {
window.location.replace("https://theannoyingsite.com");
}