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

Hide counter / Container Number #281

Closed
maverick74 opened this issue Jul 3, 2019 · 9 comments
Closed

Hide counter / Container Number #281

maverick74 opened this issue Jul 3, 2019 · 9 comments

Comments

@maverick74
Copy link

Is it possible to create an option to hide the container number?

e.g.: I've set the container name from "tmp" to "" in order to hide it.

can the same (or similar) be done to hide the number?

the thing is that i don't care about which container i'm in. In fact, even the container icon could be hide, if you ask me... but i think the icon is only possible from userChrome.css...

@stoically
Copy link
Owner

The container number is also a way to check whether Isolation worked or not - hence why I didn't implement a hide number option. However, if #228 gets implemented, it could always store/show, say, the last 20 isolations or something, and so there would be a convient way to check if isolation worked, even with container number hidden.

@maverick74
Copy link
Author

maverick74 commented Jul 3, 2019

@stoically about the container's icon, there's nothing to do about it except in userChrome.css, right?

or could it be hidden as well?

@stoically
Copy link
Owner

stoically commented Jul 3, 2019

Yeah, at least I'm not aware of a way to do that other than with the userChrome.css

@stoically
Copy link
Owner

Something I noticed: Firefox throws an error when trying to create a container with an empty name (and the Add button stays inactive on about:preferences#containers). So completely blank name isn't possible. However, creating with container name (one whitespace) is possible, hah.

@stoically
Copy link
Owner

Added in v1.4beta1.

@maverick74
Copy link
Author

Hi @stoically,

How do i hide it (where's the option)?

@stoically
Copy link
Owner

@maverick74 hey. You'd have to install the beta version, its not in the stable version yet. There you find it in the preferences under General > Container Number > Hide number

@maverick74
Copy link
Author

found it!

I had the stable version and tryied to update to the beta and assumed it did update, but it somehow did not install.

I had to download the xpi, remove the stable and install the beta to get it.

Working fine now, Thanks @stoically

@stoically
Copy link
Owner

Yeah, I hit that problem as well, seems like some kind of Firefox bug. For me it worked to disable the Add-on and then install the xpi. Glad it works now for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants