mirror of
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist.git
synced 2026-08-06 02:12:35 -04:00
[GH-ISSUE #110] Better uBlock filter for DuckDuckGo #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FliegendeWurst on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/110
I changed your filter slightly to
duckduckgo.com##a[href*="julius.ai"]:upward(li):style(visibility: collapse !important;), it works much better. Results are hidden and don't take up empty space.@laylavish commented on GitHub (Apr 30, 2025):
Instead I just used
remove()to cull these results outright. Probably better this way.@FliegendeWurst commented on GitHub (Apr 30, 2025):
Oh yes, that's even better. I wasn't aware of that function.