Lemmy post blocking (by key word) extension for Firefox
from Bluetreefrog@lemmy.world to programming@programming.dev on 10 Nov 06:42
https://lemmy.world/post/21849027

I’m wondering how hard it would be to write a firefox extension that blocked individual Lemmy posts based on the presence of words in a block list.

I’m pretty famiiar with Python, but have only done a little bit of hacking of JS, so was hoping the brains trust could provide some insight.

#programming

threaded - newest

python@programming.dev on 10 Nov 06:57 next collapse

Should be pretty doable, even if you don’t have much JS knowledge yet. You might want to look into TamperMonkey for this, it’s a sort of framework for making custom browser plugins!

Hafler@lemm.ee on 10 Nov 07:03 next collapse

I second tampermonkey. I believe the lemmytools user script available in greasyfork does this already though.

greasyfork.org/en/scripts/469169-lemmytools

Bluetreefrog@lemmy.world on 10 Nov 10:35 collapse

Lemmytools is what I was hoping to find. Thank you! Installed and working great. I’ll never have to see another Trump post again.

HighlyRegardedArtist@lemmy.world on 10 Nov 09:29 collapse

TamperMonkey is closed source. I’d recommend ViolentMonkey instead, since it’s open source and is practically identical to the other *Monkey extensions.

edit: To add, the developer of TamperMonkey has also shown themselves to be not worthy of trust; see Wikipedia under Controversy.

Lua@lemmy.world on 10 Nov 11:56 collapse

Did you actually read the “controversy” section?

A malicious adware media player - not related to Tampermonkey - installed Tampermonkey on your device to do bad stuff. And they could have done the same with any other userscript extension, like the suggested Violentmonkey. The wiki section even states:

This does not mean that Tampermonkey is malicious, but rather that a malicious program is utilizing a legitimate program for bad behavior

It’s fine to advocate and promote open source software, but why do that with lies and slander?

HighlyRegardedArtist@lemmy.world on 10 Nov 19:56 collapse

I skimmed through the section and simply assumed the worst, sorry about that. Still, it is closed source, so you just have to trust them, bro, and that’s more often than not the wrong approach.

edit: Skimming a bit more, there actually seem to be some valid concerns around privacy, since TamperMonkey seems to have used (still uses?) google analytics, which is enabled by default, so take that as you will; see: news.ycombinator.com/item?id=26057106

VerPoilu@sopuli.xyz on 10 Nov 09:10 collapse

You should be able to do that with a ublock origin filter.

Maybe ask on the community: !ublockorigin@lemmy.ml