Skip to content
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

Closed
jimaldon opened this issue Jun 7, 2021 · 6 comments · May be fixed by #2477
Closed

How to remove the "Always open this in a container" icon from the Address/URL bar? #2066

jimaldon opened this issue Jun 7, 2021 · 6 comments · May be fixed by #2477
Labels
👍 Feature Request Feature requests users would like to see in this addon

Comments

@jimaldon
Copy link

jimaldon commented Jun 7, 2021

  • Multi-Account Containers Version:
  • Operating System + Version:
  • Firefox Version:
  • Other installed Add-ons + Version + Enabled/Disabled-Status:

Actual behavior

Expected behavior

Steps to reproduce

Notes

@unnamed777
Copy link

I'd like to do it too.

@whenov
Copy link

whenov commented Jul 14, 2021

If you want to remove this button right now, add following code to your userChrome.css:

#pageAction-urlbar-_testpilot-containers {
    display: none !important;
}

@dougwl
Copy link

dougwl commented Aug 20, 2021

There is this pull request #2042 waiting for review that address this problem, but the repository seems to be missing some activity lately.

@dannycolin dannycolin linked a pull request Jan 8, 2023 that will close this issue
@dannycolin dannycolin added the 👍 Feature Request Feature requests users would like to see in this addon label Jan 15, 2023
@dannycolin
Copy link
Collaborator

Closing since pageAction will be removed in MV3

@cunlem
Copy link

cunlem commented Apr 18, 2023

This button is still present in version 8.1.2 but above userChrome.css method works like a charm

@draeath
Copy link

draeath commented Jul 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 Feature Request Feature requests users would like to see in this addon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants