Posts
0
Comments
3
Joined
2 yr. ago
i made !consensualnonconsent , if u wanna mod it just post there and i'll mod you
Reply
honestly idk, i usually watch consensual-nonconsent kinda stuff but 1. it has a tiny audience and 2. it usually makes ppl angry and drives them away. I wouldn't wanna bring my shit here cuz then you'd have more trouble than good i imagine.
Reply
modified it so that it also unblurs inside communities: (added * after the url)
js
// ==UserScript== // @name lemmynsfw no blur // @version 1.1 // @description unblur // @match https://lemmynsfw.com/* // @grant GM_addStyle // @run-at document-start // ==/UserScript== GM_addStyle(` .img-blur { filter: none !important; -webkit-filter: none !important; -moz-filter: none !important; -o-filter: none !important; -ms-filter: none !important; } `);
Reply