diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index be8dbd8c..d0235179 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -1289,6 +1289,7 @@ catch(e) { for (var i in funcs) { if (funcs[i] in window && + window[funcs[i]] && /^function (gotoHistoryIndex|BrowserForward|BrowserBack)/.test(window[funcs[i]].toString())) eval('window.'+funcs[i]+' = '+ window[funcs[i]].toSource().replace(