diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 80414de1..f637b936 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -1133,12 +1133,13 @@ catch(e) { window.gotoHistoryIndex window.BrowserForward window.BrowserBack + window.BrowserReloadOrDuplicate ]]>).forEach(function(aFunc) { let source = this._getFunctionSource(aFunc); if (!source || !/^\(?function (gotoHistoryIndex|BrowserForward|BrowserBack)/.test(source)) return; eval(aFunc+' = '+source.replace( - /(openUILinkIn\()/g, + /((?:openUILinkIn|duplicateTabIn)\()/g,