-
Notifications
You must be signed in to change notification settings - Fork 343
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
How to remove the "Always open this in a container" icon from the Address/URL bar? #2066
Comments
I'd like to do it too. |
If you want to remove this button right now, add following code to your userChrome.css: #pageAction-urlbar-_testpilot-containers {
display: none !important;
} |
There is this pull request #2042 waiting for review that address this problem, but the repository seems to be missing some activity lately. |
Closing since pageAction will be removed in MV3 |
This button is still present in version 8.1.2 but above |
Is this going anywhere? It's been over a year now since #2477 was brought up as a resolution for this, and that's still open. |
Actual behavior
Expected behavior
Steps to reproduce
Notes
The text was updated successfully, but these errors were encountered: