Infocatcher
                                            Infocatcher
                                        
                                    https://github.com/mozilla/multi-account-containers/issues/47 Disable history per-container setting Edit: oh, already listed some posts above...
> This can be implemented via Context Plus extension. As I see, this is only about `browser.tabs.create({ cookieStoreId })` to create new tab in desired container (and preserve only URL,...
Icon for Private Tab button was added before Firefox 29 (with Australis and that customizable menu). Style for userChrome.css/Stylish to use icon from "Private Window" button: ```css /* AGENT_SHEET */...
Thanks for letting me know. I don't like to apply `contentaccessible=yes` hack (because scripts from web pages will be able to detect, that extension is installed and enabled), but will...
Unfortunately no, still no API, see https://github.com/Infocatcher/Private_Tab_WE#issues
I know... Unfortunately I don't have 32x32 icon (and I'm not a designer to easily draw it myself). It's possible to resize icon to original 24x24, but there is weird...
Magic margins for userChrome.css or Stylish: ``` css /* Don't resize icon in Australis (menu panel and customization area) */ #rightLinks-toggleStatus-tbutton[cui-areatype="menu-panel"] > .toolbarbutton-icon, #customization-palette > toolbarpaletteitem[place="palette"] > #rightLinks-toggleStatus-tbutton > .toolbarbutton-icon...
Looks not bad, thanks. But also needed 16x16 for toolbar and 24x24 for SeaMonkey (and for Firefox with Classic Theme Restorer).
> So let me know if you definitely want to use them before I invest the time. Your icon is better than old one. :) And it's very easy to...
This is not possible using bookmarklets: scripts with regular privileges can't access private things for privacy and security reasons... E.g. you can add `private:` before URL to load page in...