-
Notifications
You must be signed in to change notification settings - Fork 83
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 picker not working on support.mozilla.org #512
Comments
Sorry if my bug report is "invalid" but an non effective button without any error message can be assimiled as a bug. Maybe you can gray out the button and say in the tooltip why you disabled it. |
uBO doesn't even know it is disabled, the browser bypasses uBO without telling the extension it does so. |
A solution for that case would be trying to read the « extensions.webextensions.restrictedDomains » and gray out these buttons on these pages, provided that reading a config value is allowed for addons. |
Not possible. If you think you know how to solve this, a pull request is welcome, otherwise this is going to be an endless thread asking someone else to spend time/effort on your ideas of what to do. |
The browser is best placed to know when it bypasses extensions, so it makes sense to file an issue at https://bugzilla.mozilla.org/home to ask that they provide a hint when extensions are bypassed, that would be one solution for all extensions, rather than asking each extensions to deal with this. |
This is by-design extension behaviour, so either the use the hack listed in Privileged-Pages or file an issue on bugzilla. |
Prerequisites
Description
The element picker doesn't work on Mozilla's support website.
A specific URL where the issue occurs
On some rare websites, but the only one I have in head at this moment is the Mozilla's support website.
https://support.mozilla.org/
You can reproduce the bug on every page of this domain as well.
Steps to Reproduce
Expected behavior:
The element picker should works on this site as it works everywhere else.
Actual behavior:
The element picker doesn't work at all on this site, nor the element zapper.
Your environment
The text was updated successfully, but these errors were encountered: