1
0
Fork 0

THE ORACLE SPEAKS: AIRBORNE

This commit is contained in:
Lethe Beltane 2021-12-31 20:51:05 -06:00
parent 4725ed97ed
commit 97b09fe174
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
23 changed files with 310 additions and 69 deletions

View file

@ -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");
}