[GH-ISSUE #158] [href*="story.com"] is over-eager. #92

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

Originally created by @c-massie on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/158

This filter is meant to remove story.com, but removes any websites whose URLs contain story.com, e.g. anything ending in "story", "history", etc.

e.g. it blocks maplestory.com, workingclasshistory.com, history.com, etc.

Lines 604 and 2397 of list.txt.

This can be fixed by replacing the entries for [href*="story.com"] with :is([href*=".story.com"], [href*="//story.com"])

Given that the [href*="domain.com"] pattern is used throughout, this may apply to other sites.

Originally created by @c-massie on GitHub (May 6, 2025). Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/158 This filter is meant to remove `story.com`, but removes any websites whose URLs contain `story.com`, e.g. anything ending in "story", "history", etc. e.g. it blocks `maplestory.com`, `workingclasshistory.com`, `history.com`, etc. Lines 604 and 2397 of `list.txt`. This can be fixed by replacing the entries for `[href*="story.com"]` with `:is([href*=".story.com"], [href*="//story.com"])` Given that the `[href*="domain.com"]` pattern is used throughout, this may apply to other sites.
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#92