aboutsummaryrefslogtreecommitdiffstats
path: root/hatena_fotolife.js
diff options
context:
space:
mode:
Diffstat (limited to 'hatena_fotolife.js')
0 files changed, 0 insertions, 0 deletions
"p">){ liberator.modules.autocommands.trigger("TabLeave",recentTabURI || ""); liberator.modules.autocommands.trigger("TabSelect",gBrowser.selectedTab.linkedBrowser.contentWindow.location.href); recentTabURI = gBrowser.selectedTab.linkedBrowser.contentWindow.location.href; } gBrowser.tabContainer.addEventListener("TabSelect",tabSelect,false); function currentPageLoad(e){ var doc = e.originalTarget; if (doc instanceof HTMLDocument && doc == gBrowser.contentDocument){ liberator.modules.autocommands.trigger("CurrentPageLoad",doc.documentURI); recentTabURI = doc.documentURI; } } gBrowser.addEventListener("load", currentPageLoad, true);