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
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
My HTML filters do not work on the first site I visit after opening the browser. If I visit some other page first, even in a different tab, or if I refresh the page after visiting it, the filters do work. The filters also work on the first page visit if I convert them to cosmetic filters. When the issue occurs, the logger shows the page load but does not show the filter being applied.
A specific URL where the issue occurs.
http://example.com
Steps to Reproduce
Add the following rule to "My filters": example.com##^h1
Set homepage to "Blank page" in Firefox settings
Restart Firefox
Go to example.com before any other sites
Expected behavior
HTML filter removes the heading element saying "Example Domain"
Actual behavior
"Example Domain" heading remains on the page until refreshing or revisiting the page
uBO version
1.57.2
Browser name and version
Firefox 125.0
Operating System and version
Fedora 39, macOS Sonoma 14.4.1
The text was updated successfully, but these errors were encountered:
uBO's onHeadersReceived listener is not being called when the page loads. From a quick investigation, this appears related to the browser cache. I can reproduce easily, but not when I "Clear Data..."/"Cache Web Content" beforehand.
Prerequisites
I tried to reproduce the issue when...
Description
My HTML filters do not work on the first site I visit after opening the browser. If I visit some other page first, even in a different tab, or if I refresh the page after visiting it, the filters do work. The filters also work on the first page visit if I convert them to cosmetic filters. When the issue occurs, the logger shows the page load but does not show the filter being applied.
A specific URL where the issue occurs.
http://example.com
Steps to Reproduce
example.com##^h1
Expected behavior
HTML filter removes the heading element saying "Example Domain"
Actual behavior
"Example Domain" heading remains on the page until refreshing or revisiting the page
uBO version
1.57.2
Browser name and version
Firefox 125.0
Operating System and version
Fedora 39, macOS Sonoma 14.4.1
The text was updated successfully, but these errors were encountered: