New post: exhausted
This commit is contained in:
parent
771f8964b4
commit
8c356535ed
12 changed files with 81 additions and 39 deletions
|
|
@ -9,6 +9,7 @@ let pet = text.includes("onion.pet");
|
|||
let ws = text.includes("onion.ws");
|
||||
let search = text.includes("onionsearchengine.com");
|
||||
let cyber = text.includes("cyber-hub.pw");
|
||||
if ((pet === true) || (ws === true) || (search === true) || (cyber === true)) {
|
||||
let ly = text.includes("onion.ly");
|
||||
if ((pet === true) || (ws === true) || (search === true) || (cyber === true)) || (ly === true) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue