New poem: Algingu
This commit is contained in:
parent
2f2999045a
commit
3f71075cd2
7 changed files with 111 additions and 29 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue