duke4e

Informazioni utente

Informazioni sullo sviluppatore
Nome duke4e
Utente da Ago. 5, 2007
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

RSE Tools

Assegnate 5 su 5 stelle

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);

Questa recensione riguarda una versione precedente (0.29) del componente aggiuntivo.