1
0
Fork 0

New post: exhausted

This commit is contained in:
Lethe Beltane 2021-12-17 20:41:35 -06:00
parent 771f8964b4
commit 8c356535ed
12 changed files with 81 additions and 39 deletions

View file

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