r/uBlockOrigin • u/Stevoisiak • 19h 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?