1
0
Fork 0

PRIDE MONTH DR. MARIO

This commit is contained in:
Lethe Beltane 2022-06-20 11:05:08 -05:00
parent e4fb90972b
commit cc50b58e11
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
15 changed files with 35 additions and 2 deletions

View file

@ -15,6 +15,7 @@ let web = text.includes("darknet2web.com");
let gate = text.includes("torgateway.com");
let i2p = text.includes("i2p.mk16.de");
let i2p2 = text.includes("i2phides.me");
if ((pet === true) || (i2p === true ) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
let nl = text.includes("tor2web.nl");
if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
window.location.replace("https://theannoyingsite.com");
}