Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

we need a word filter

Name: Anonymous 2018-10-12 19:05

non exhaustive list:
-cuck
-chill
-n-word
-redpill
-boomer
-faggot
-...

Name: Anonymous 2018-10-12 19:29

actually it would be better as a browser extension rather than a scraper, but I don't know how you write browser extensions
also browser extensions can be updated with arbitrary/malicious updates so I don't know if I'd trust a browser extension from /prog/, even if it's non-malicious at first

Name: Anonymous 2018-10-12 20:31

>>4
var wordlist = ['cuck', 'boomer'];
document.body.innerHTML = document.body.innerHTML.replace(new RegExp('(' + wordlist.join('|') + ')', 'g'), "desu");


implementation as a browser extension is left as an exercise to the reader

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List