5점중 5점 받음

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

이 검토는 현재 부가 기능의 이전 (0.29) 버전에 대한 것입니다.