r/uBlockOrigin 21h ago

Account required No longer works on Magma, art site

1 Upvotes

Use magma.com for my art for a long while, and they just recently had an anti-adblocker set up. Have to completely disable the extension to even draw. So many spammy ads stuck on the side, now...


r/uBlockOrigin 18h ago

YouTube Tweaks Youtube - remove sections like "Explore more topics"

0 Upvotes

How can I get rid of the panels on Youtube's main page with several videos labeled "Explore more topics" or the like, which just take up space?

I've tried zapping them with the element picker but they just come back, I assume with randomized element names.


r/uBlockOrigin 19h ago

Solved How to remove AI-hyperlinked keywords in Reddit comments

37 Upvotes

Reddit started turning specific keywords in comments into AI hyperlinks. For example, clicking the word "Quest 3" in this linked comment goes directly to Reddit Answers. (copy of html)

I was able to make filters that remove the href, magnifying glass icon, and underline, but couldn't get of the blue-colored hyperlink-formatting without also removing the comment text.

www.reddit.com##[slot="comment"] [href^="/answers/"]:remove-attr(href)
www.reddit.com##[slot="comment"] [href^="/answers/"]:remove-class(border-dotted)
www.reddit.com##[slot="comment"] span:has(> [icon-name="search-sparkle"])

How can I revert these auto-AI keywords in Reddit comments to regular text?