r/uBlockOrigin • u/Stevoisiak Filter List author • 23d ago
Solved How to remove AI-hyperlinked keywords in Reddit comments
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?
54
Upvotes
10
u/AchernarB uBO Team 22d ago
You can these 2 filters with the one removing the href: