You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related issue:
- uBlockOrigin/uBlock-issues#974
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/fuscia/
The race condition was that a content script could
query the main process to retrieve cosmetic filters
while the cosmetic filters had not been yet fully
loaded into memory. The fix ensure that an already
injected content script will re-query once the
cosmetic filters are fully loaded in memory at
browser launch time.
Description
As originally reported at https://www.reddit.com/r/uBlockOrigin/comments/fuscia/ublock_doesnt_load_at_startup_firefox_macos/.
The issue is a race condition when applying cosmetic filtering at browser launch.
A specific URL where the issue occurs
https://www.qwant.com/
Steps to Reproduce
https://www.qwant.com/
www.qwant.com##footer
https://www.qwant.com/
and verify that the element corresponding tofooter
is not visibleExpected behavior:
The DOM element
footer
is not visible.Actual behavior:
The DOM element
footer
is visible.Your environment
The text was updated successfully, but these errors were encountered: