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

Add option to hide icon from URL bar #133

Closed
Joan opened this issue Jun 2, 2021 · 6 comments
Closed

Add option to hide icon from URL bar #133

Joan opened this issue Jun 2, 2021 · 6 comments

Comments

@Joan
Copy link

Joan commented Jun 2, 2021

The 3-dots menu has been removed from the URL bar since the last Firefox update (89). Now, the FHC icon appears directly in the URL bar.
It would be greate to have an option to hide it from there.

@justsome12
Copy link

any progress on this?

@stephanmahieu
Copy link
Owner

I have been very busy with a hardware project (house renovation) and my partner was experiencing some health issues, luckily both have been resolved recently and now I am enjoying a much needed vacation. I will pickup development some time after the summer has ended.

@Joan
Copy link
Author

Joan commented Aug 1, 2022

No rush though, it's easily hideable with userChrome.css: .urlbar-addon-page-action {display: none;} to hide all url-bar extensions, or .urlbar-addon-page-action#pageAction-urlbar-formhistory_yahoo_com {display: none;} to only hide FHC 🙂

@justsome12
Copy link

No rush though, it's easily hideable with userChrome.css and .urlbar-addon-page-action {display: none;} (disabling all url-bar ext) 🙂

this also hides geotools though.

@Joan
Copy link
Author

Joan commented Aug 5, 2022

Yep, all URL-bar extensions, as specified 😌 I've edited the above comment with a FHC specific line.

@stephanmahieu
Copy link
Owner

Option to hide the address bar icon has been added to release 2.5.7.0.

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

3 participants