duke4e

Tietoja minusta

Kehittäjätiedot
Nimi duke4e
Käyttäjä alkaen elo 5, 2007
Kehitettyjä lisäosia 0 lisäosaa
Average rating of developer's add-ons Ei vielä pisteytetty

Omat arviot

RSE Tools

Arvosteltu: 5/5 tähteä

Here's a 100% working DIY fix for FF 3.6:

In rsetoolsOverlay.js replace method browse with:

var browse = function(url) {
gBrowser.selectedTab = gBrowser.addTab(url);
}


if you don't want new tab to take focus, then use this
gBrowser.addTab(url);

This review is for a previous version of the add-on (0.29).