for fuck's sake, Namesilo...
This commit is contained in:
parent
ab1a8afcf2
commit
6847b20452
3 changed files with 15 additions and 13 deletions
|
|
@ -20,6 +20,8 @@ let nl = text.includes("tor2web.nl");
|
|||
let re = text.includes("onion.re");
|
||||
let foundation = text.includes("onion.foundation");
|
||||
let india = text.includes("torproxy.in");
|
||||
if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (india === true ) || (moe === true)) {
|
||||
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)) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue