Firefox sdk - access popup opened -
i'm working on firefox addon, , wondering if there way access pop-up, in other words window open using javascript function .open().
if access tabs popups not there, if access windows popups windows not there.
// var allwindows = window_utils.windows(null); // var tabs = require('sdk/tabs'); (let tab of tabs) console.log(tab.title);
if know popup's url can use pagemod detect when loads, url, etc.
Comments
Post a Comment