Ist repariert:
Code
(function() {
if (location == 'chrome://browser/content/browser.xul') {
eval('PlacesUIUtils._openTabset = ' + PlacesUIUtils._openTabset.toString()
.replace('loadInBackground,' , 'true,')
.replace('getBrowserWindow(aWindow)',
'(aWindow && aWindow.document.documentElement.getAttribute("windowtype") == "navigator:browser") ? aWindow : BrowserWindowTracker.getTopWindow()')
);
};
})();