diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 986856c4..80414de1 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -1113,6 +1113,13 @@ catch(e) { return true; } ]]> + ).replace( + // for Tab Utilities, etc. Some addons insert openNewTabWith() to the function. + // (calls for the function is not included by Firefox default.) + /(openNewTabWith\()/g, + )); source = null; }, this);