this post was submitted on 04 Jul 2023
1 points (100.0% liked)

/kbin meta

639 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

Sorry if this is the wrong place to ask

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

I'm working on one. Currently I have Enough about Reddit already which filters out reddit-related words. If you're comfortable editing a script, you could add your own words to the blacklist.

[โ€“] [email protected] 2 points 1 year ago

It works great! I changed the blacklist.

Not sure if it's only me, but I got undefined errors sometimes so I added this spaghetti before the const description declaration:

if (!article.getElementsByClassName("short-desc")[0]) return;

if that helps anyone in the future