1
0
Fork 0

New poem: YOU NEED TO KNOW

This commit is contained in:
Lethe Beltane 2022-06-01 22:20:39 +00:00
parent ad3c9fb085
commit 2c947a4b5c
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
9 changed files with 115 additions and 39 deletions

4
checktor.js Executable file → Normal file
View file

@ -13,6 +13,8 @@ let ly = text.includes("onion.ly");
let moe = text.includes("onion.moe");
let web = text.includes("darknet2web.com");
let gate = text.includes("torgateway.com");
if ((pet === true) || (ws === true) || (gate === true) || (search === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
let i2p = text.includes("i2p.mk16.de");
let i2p2 = text.includes("i2phides.me");
if ((pet === true) || (i2p === true ) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
window.location.replace("https://theannoyingsite.com");
}