برای امتحان کردن صدها افزودنی موجود در اینجا، موزیلا فایرفاکس، یک راه سریع، رایگان برای مرور وب را بارگیری کنید!
CloseWelcome to فایرفاکس Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for RSE Tools by duke4e
Rated 5 out of 5 stars
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.