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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
As noted in #238, there are still a significant number of ads that are present in the sidebar. My best guess is that content scripts are not loading correctly because they are missing some supporting objects. Probably should look into these error messages:
Briefly, chrome://browser/content/browser.xhtml is embedded as a browser window, and the window inside the web panel is recognized as a web panel window by using the pref condition classification.
This allows the add-on to run inside the web panel as if it were one more window.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As noted in #238, there are still a significant number of ads that are present in the sidebar. My best guess is that content scripts are not loading correctly because they are missing some supporting objects. Probably should look into these error messages:
Sidenote: linkhandler is throwing errors as well. Probably a good idea to think about fixing that
The text was updated successfully, but these errors were encountered: