1
0
Fork 0

New post: Seven Spanish verbs to make your future-wife cry with

This commit is contained in:
Lethe Beltane 2022-02-27 21:46:12 -06:00
parent 6567b1bc36
commit 80c277c2bc
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
6 changed files with 204 additions and 88 deletions

View file

@ -10,6 +10,7 @@ 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)) {
let moe = text.includes("onion.moe");
if ((pet === true) || (ws === true) || (search === true) || (cyber === true) || (ly === true) || (moe === true)) {
window.location.replace("https://theannoyingsite.com");
}