duke4e
Despre mine
| Nume | duke4e |
|---|---|
| Utilizator din | Aug. 5, 2007 |
| Numărul de suplimente dezvoltate | 0 suplimente |
| Media evaluărilor suplimentelor dezvoltatorului | Neevaluat încă |
Recenziile mele
RSE Tools
Evaluată cu 5 din 5 stele
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);
To create your own collections, you must have a Mozilla Add-ons account.