New post: State of the Divide
This commit is contained in:
parent
da616def3d
commit
055e1785d3
8 changed files with 614 additions and 77 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue