THE ORACLE SPEAKS: AIRBORNE
This commit is contained in:
parent
4725ed97ed
commit
97b09fe174
23 changed files with 310 additions and 69 deletions
|
|
@ -10,6 +10,6 @@ let ws = text.includes("onion.ws");
|
|||
let search = text.includes("onionsearchengine.com");
|
||||
let cyber = text.includes("cyber-hub.pw");
|
||||
let ly = text.includes("onion.ly");
|
||||
if ((pet === true) || (ws === true) || (search === true) || (cyber === true)) || (ly === true) {
|
||||
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