Closed Infocatcher closed 8 years ago
Yet another trick:
var o = {
get windows() {
return (function*() {
var ws = Services.wm.getEnumerator("navigator:browser");
while(ws.hasMoreElements())
yield ws.getNext();
})();
}
};
for(var w of o.windows)
alert(w.document.title);
Test version: private_tab-0.1.9.2pre4-fx-sm.xpi (source code).
Test Version work under 47.0.1 version.
Will this "test" version will update automatically or it's better to update to the release to have automatic update ?
Regards 🐸
Will this "test" version will update automatically or it's better to update to the release to have automatic update ?
There is custom update URL in test versions: https://github.com/Infocatcher/Private_Tab/blob/78ce514ba2132982c34ec8c0a953e8b8b55d3b62/install.rdf#L14-L17 But for now I'm configure this only to update to release versions (so, test version will be auto-updated to next non-test release).
Thanx for the reply ! :smile:
Currently used (and doesn't work anymore):
Alternatives: