Post
Topic
Board Meta
Re: User Script: Automatically remove nested quotes
by
EcuaMobi
on 31/05/2019, 22:00:47 UTC
I would recommend getting rid of jQuery though. You're already using querySelector in one spot so you can replace the jQuery stuff with plain DOM calls I think.
Thanks. I'll check that when I have some time