Infocatcher

Results 85 comments of Infocatcher

Сделал распорку, добавил нужные стили вручную. Актуальная версия: https://github.com/Infocatcher/Custom_Buttons/blob/master/CB_Source_Editor/cbSourceEditor.js

В принципе, это возможно, например, в окне редактора работает вот такой код: ```js var editorNode = document.getElementById("sourceEditor-help"); var se = editorNode.__sourceEditor; se.setOption("autocomplete", !se.getOption("autocomplete")); ``` Пока что есть только настройка в...

Strange, I can't reproduce. What happens for you on about:addons page + "Check for Updates" from menu? Should appears "Updating add-ons" and then "View Available Updates" or "No updates found"...

Now I see, thanks. Weird things happens for not yet loaded tab... I've changed code to physically select pending tab (and then select original one) to correctly restore it, but...

See screenshots on AMO page, you can use "Private Tab" checkbox from tab context menu: And new (empty) tabs should be non-private (can be disabled using extensions.privateTab.makeNewEmptyTabsPrivate and extensions.privateTab.makeNewEmptyWindowsPrivate preferences)....

> Once a tab has been made private, does it function as if private browsing had been turned on in Firefox, but only for that tab? Yes, private tabs should...

> But for me, they are much too fuzzy, I cannot read the menu text in many of them. Strange, you should be able to zoom screenshots – just left-click...

> A private tab is merely a private window stuck inside a window, just like any other tab, correct? Yes, something like. Internally each tab "button" in the interface is...

Oh, yes, may be it's time to migrate... And how will be handled updateURL? Like on AMO (not allowed) or something else?

Any related errors in Browser Console? https://github.com/Infocatcher/Private_Tab#troubleshooting