[PR #334] Changed * to $ to avoid blocking more sites then wanted. #407

Open
opened 2026-08-06 02:14:45 -04:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/pull/334

State: closed
Merged: No


Hello i saw an issue (#332) from @TheWitheredStriker and i think i have a fix for it.

I think the issue is that in for example:
google.com##a[href*="story.com"]:upward(2):remove()
the * in [href*="story.com"] takes all text before and including story.com and that includes alternatehistory.com

changing the * to an $ makes sure it only include strings that exactly ends in 'story.com'

see issue #332 for details

**Original Pull Request:** https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/pull/334 **State:** closed **Merged:** No --- Hello i saw an issue (#332) from @TheWitheredStriker and i think i have a fix for it. I think the issue is that in for example: google.com##a[href*="story.com"]:upward(2):remove() the * in [href*="story.com"] takes all text before and including story.com and that includes alternatehistory.com changing the * to an $ makes sure it only include strings that exactly ends in 'story.com' see issue #332 for details
saavagebueno added the pull-request label 2026-08-06 02:14:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/uBlockOrigin-HUGE-AI-Blocklist#407