multi-account-containers icon indicating copy to clipboard operation
multi-account-containers copied to clipboard

Add option to disable the page action

Open bepvte opened this issue 3 years ago • 4 comments

In the recent Photon UI update, the ability to hide the page actions in the URL bar or manage them was removed. Personally, I never use the page action button to make a site always open in a tab, and always do it from the extensions toolbar button. Because this button just gets in my way, and because it used to be able to be moved until recently, I think making it toggleable would be a good idea.

bepvte avatar May 04 '21 20:05 bepvte

This is a really important missing feature and I was expecting a Mozilla add-on being up to date with their own changes. Anyway, would be nice if someone could review this one. It's not about being something critical to usability, but at least being more respectful to user choices, the address bar can get really cluttered with some extensions.

dougwl avatar Aug 20 '21 12:08 dougwl

@dougwl https://addons.mozilla.org/firefox/downloads/file/3764003/beps_multi_account_containers-7.3.1-fx.xpi heres the version with my changes that I've been using, if you would like. Because it's signed and installable, it has been checked for following the addon store policies set by mozilla.

~~https://addons.mozilla.org/firefox/downloads/file/3852238/beps_multi_account_containers-7.4.1-fx.xpi updated with upstream changes~~ broken and idk why

bepvte avatar Sep 14 '21 18:09 bepvte

@bepvte Thank you for that, probably for the near future this will be my solution.

dougwl avatar Sep 14 '21 18:09 dougwl

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

add this to userChrome.css for the time being

bepvte avatar Sep 12 '22 13:09 bepvte

Closing as WONTFIX because pageAction (left one) will be removed in the newest version of WebExtension API called Manifest V3

See for more informations on Manifest V3: https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/

dannycolin avatar Nov 26 '22 01:11 dannycolin