Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

element blocked with element picker reappears after page refresh #3444

Closed
9 tasks done
D4n2021 opened this issue Nov 6, 2024 · 1 comment
Closed
9 tasks done

element blocked with element picker reappears after page refresh #3444

D4n2021 opened this issue Nov 6, 2024 · 1 comment
Labels
invalid not a uBlock issue

Comments

@D4n2021
Copy link

D4n2021 commented Nov 6, 2024

Prerequisites

  • I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker.
  • This is NOT a YouTube, Facebook or Twitch report. These sites MUST be reported by clicking their respective links.
  • This is not a support issue or a question. For support, questions, or help, visit /r/uBlockOrigin.
  • I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
  • The issue is not present after disabling uBO in the browser.
  • I checked the documentation to understand that the issue I am reporting is not normal behavior.

I tried to reproduce the issue when...

  • uBO is the only extension.
  • uBO uses default lists and settings.
  • using a new, unmodified browser profile.

Description

Blocking the Google account login window in top right corner only is temporary. Not working persistent anymore. Possibly due to changing IDs of Google login window code or so? Is Google really trying to make it even harder to not make them collect data?

grafik

A specific URL where the issue occurs.

https://www.reddit.com

Steps to Reproduce

right click anywhere on page, then "element picker", click on the awkwardly bright white google login window and click "create". Wait a few seconds and press F5 / refresh page.

Expected behavior

Should always block that window once selected

Actual behavior

This Google login window reappears after every page refresh:

grafik

uBO version

1.60.0

Browser name and version

Firefox 132.0.1

Operating System and version

Win10 22H2 (latest build)

@garry-ut99
Copy link

garry-ut99 commented Nov 6, 2024

Possibly due to changing IDs of Google login window code or so?

Yes, this is exactly what is the reason.

  • I checked the documentation to understand that the issue I am reporting is not normal behavior.

It's already mentioned in the documentation:

https://github.com/gorhill/uBlock/wiki/Element-picker#element-picker-does-not-work-removed-element-reappears-when-you-reload-the-page: The URL or selector for the blocked element contains variable parts that change each time a page is loaded.

  • If this is a network filter, you may need to manually edit the filter to use wildcards for the parts of the URL which are variable.
  • If this is a cosmetic filter, you may have to manually craft a better CSS selector. Sometimes this requires observing the surrounding DOM data.

Besides:

  • it's already fixed in EasyList – Annoyances ==> EasyList – Other Annoyances so you can just enable this list.
  • or if you don't want to enable the whole list, and want to only block this single element in "My Filters", then just use the same filter from the list: reddit.com###credential_picker_container.
  • I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker.

This a filter issue, not uBO's issue, but it's already fixed, so nothing to be reported, just enable appropriate filter list or add the filter manually.

@MasterKia MasterKia closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2024
@MasterKia MasterKia added the invalid not a uBlock issue label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid not a uBlock issue
Projects
None yet
Development

No branches or pull requests

3 participants