1
0
Fork 0

New poem: Algingu

This commit is contained in:
Lethe Beltane 2023-02-16 08:42:44 -06:00
parent 2f2999045a
commit 3f71075cd2
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
7 changed files with 111 additions and 29 deletions

View file

@ -17,7 +17,9 @@ 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");
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) || (web2 === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (india === true ) || (moe === true)) {
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)) {
window.location.replace("https://theannoyingsite.com");
}