Final push before surgery
This commit is contained in:
parent
b8566819bd
commit
852e4fadc4
5 changed files with 38 additions and 14 deletions
|
|
@ -22,6 +22,7 @@ let foundation = text.includes("onion.foundation");
|
|||
let india = text.includes("torproxy.in");
|
||||
let nz = text.includes("onion.nz");
|
||||
let autos = text.includes("onion.autos");
|
||||
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) {
|
||||
let dnshook = text.includes("dnshook.site");
|
||||
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === True) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue