this post was submitted on 23 Jul 2023
1906 points (96.9% liked)
Technology
58303 readers
21 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
maybe even integration with uBlock if possible?
I wrote a plugin similar to this a long time ago because uBlock couldn't do it, at least not efficiently. I mentioned it in another comment already so I won't repeat everything.
The thing I made turned out to work better for getting rid of links you never want to see (facebook, twitter, quora, etc). You can apply whatever CSS you want to matches, so you can blur using a transform, redact (color: black; background-color: black), hide (visibility: hidden), remove (display: none), etc.
I even showed it to gorhill but I don't think he looked to hard at it and suggested I try something in uBO I already knew didn't work effectively.
Source - Add-on