1
0
Fork 0

New post: Urbit is still basically just a glorified chatroom

This commit is contained in:
Lethe Beltane 2022-08-06 11:55:40 -05:00
parent 419e0f83e4
commit b260d1bda6
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
5 changed files with 136 additions and 82 deletions

View file

@ -12,10 +12,12 @@ let cyber = text.includes("cyber-hub.pw");
let ly = text.includes("onion.ly");
let moe = text.includes("onion.moe");
let web = text.includes("darknet2web.com");
let web2 = text.includes("darknet2web.info");
let gate = text.includes("torgateway.com");
let i2p = text.includes("i2p.mk16.de");
let i2p2 = text.includes("i2phides.me");
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)) {
let india = text.includes("torproxy.in");
if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (web2 === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (india === true ) || (moe === true)) {
window.location.replace("https://theannoyingsite.com");
}