1
0
Fork 0

A list of books about the zeitgeist in America (as of early 2025)

This commit is contained in:
Lethe Beltane 2025-02-26 09:25:59 -06:00
parent 852e4fadc4
commit 0f003c6382
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
6 changed files with 188 additions and 6 deletions

View file

@ -23,6 +23,7 @@ let india = text.includes("torproxy.in");
let nz = text.includes("onion.nz");
let autos = text.includes("onion.autos");
let dnshook = text.includes("dnshook.site");
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === True) {
let torify = text.includes("torify.net");
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === true) || (torify === true) {
window.location.replace("https://theannoyingsite.com");
}