New poem: YOU NEED TO KNOW
This commit is contained in:
parent
ad3c9fb085
commit
2c947a4b5c
9 changed files with 115 additions and 39 deletions
4
checktor.js
Executable file → Normal file
4
checktor.js
Executable file → Normal 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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue