برای امتحان کردن صدها افزودنی موجود در اینجا، موزیلا فایرفاکس، یک راه سریع، رایگان برای مرور وب را بارگیری کنید!

Close

Welcome to فایرفاکس Add-ons.

Choose from thousands of extra features and styles to make Firefox your own.

Close

On the go?

Check out our Mobile Add-ons site.

Close

duke4e

درباره من

اطلاعات توسعه‌دهنده
Name duke4e
عضو وب‌گاه از تاریخ اوت 5, 2007
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons هنوز رتبه‌دهی نشده است

My Reviews

RSE Tools

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

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