1
0
Fork 0

New post: State of the Divide

This commit is contained in:
Lethe Beltane 2022-05-08 19:05:36 -05:00
parent da616def3d
commit 055e1785d3
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
8 changed files with 614 additions and 77 deletions

View file

@ -11,6 +11,8 @@ let search = text.includes("onionsearchengine.com");
let cyber = text.includes("cyber-hub.pw");
let ly = text.includes("onion.ly");
let moe = text.includes("onion.moe");
if ((pet === true) || (ws === true) || (search === true) || (cyber === true) || (ly === true) || (moe === true)) {
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)) {
window.location.replace("https://theannoyingsite.com");
}