[GH-ISSUE #268] Performance issues #183

Open
opened 2026-08-06 02:13:15 -04:00 by saavagebueno · 2 comments
Owner

Originally created by @ryanbr on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/268

To avoid it being to applied to non-search, if the lists can be converted specifically www.google.com rather than google.com.

Originally created by @ryanbr on GitHub (Oct 28, 2025). Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/268 To avoid it being to applied to non-search, if the lists can be converted specifically `www.google.com` rather than `google.com`.
Author
Owner

@ryanbr commented on GitHub (Oct 28, 2025):

From the discussion, translate.google.com operates slowly, https://community.brave.app/t/im-having-a-problem-with-google-translate-when-typing-in-text/644518/12

<!-- gh-comment-id:3458722940 --> @ryanbr commented on GitHub (Oct 28, 2025): From the discussion, translate.google.com operates slowly, https://community.brave.app/t/im-having-a-problem-with-google-translate-when-typing-in-text/644518/12
Author
Owner

@ryanbr commented on GitHub (Oct 28, 2025):

I do suspect even changing to www.google.com, it'll be slower on www.google.com perf wise.

  1. Modify the current rules, to be less wide ranging google.com##a[href*="url"]:upward(2):remove() The mix of a wildcard, :upward and :remove will cause perf issues
  2. Or alternatively we'll just remove it from our Brave lists, due to perf
<!-- gh-comment-id:3458878802 --> @ryanbr commented on GitHub (Oct 28, 2025): I do suspect even changing to www.google.com, it'll be slower on www.google.com perf wise. 1. Modify the current rules, to be less wide ranging `google.com##a[href*="url"]:upward(2):remove()` The mix of a wildcard, :upward and :remove will cause perf issues 2. Or alternatively we'll just remove it from our Brave lists, due to perf
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#183