New post: Urbit is still basically just a glorified chatroom
This commit is contained in:
parent
419e0f83e4
commit
b260d1bda6
5 changed files with 136 additions and 82 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue