Niklas Gollenstede

Results 80 comments of Niklas Gollenstede

> but this run in some kind of isolated context. `window.wrappedJSObject.jQuery.fx.off = true;` see: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Content_scripts#Accessing_page_script_objects_from_content_scripts Note that using `wrappedJSObject` will probably flag your extension for admin review. And also only...

I recommend the use of `@-moz-document` rules for styles in the `userChrome.css` especially in the `userContent.css` file in almost any case. As far as I was able to find out,...

The next step for this add-on is to be ported to WebExtension as soon as the APIs are aviable (see #12). Besides, top priority of this add-on is to unload...

Hm. I just did that with 25 tabs and all loaded fine. I think I saw this bug once or twice, but that was among hundreds of unload/restores, so it...

Hm. The error message says that the script responsible for showing notifications can't be loaded or isn't a valid script. That script is always required. Since the extension works after...

For now I added an hidden option to set the style supplied to TST: c9b70fb6d2e5905efa709af7a3ad540b4cfde02b To use it, [install the dev build](https://github.com/NiklasGollenstede/unload-tabs#development-builds----), go to `about:debugging`, look for `UnloadTabs - DEV`,...

The first one is easy: [here](https://addons.mozilla.org/en-US/firefox/addon/unloadtabs/). --- And for the second question: Yes I do *plan* to update it to a WebExtension, but I don't think it is possible do...

Mozilla added some of the required and I finally got around to porting this add-on. With some creativity I actually managed to get pretty close to the previous version. The...

> I tested it and the only available option is to unload a tab When an extension adds more than one menu item, Firefox collapses them to a submenu. To...

> What would be bad about having a collapsed menu I don't like it. But that doesn't mean that there shouldn't be an option for it. I will add one...