Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Firefox Extensions 50 on a page

Display 50 extensions per page instead of the usual 20.

When I first started using Firefox, the Extentions page let you select how many extentions per page (epp) you wanted displayed. Then one day ... it went away (the choice of epp, I mean).

I figured out quickly that by hacking the URL, you could still force Firefox to display 50 epp. But ... I'm lazy. OTOH, I had never programmed in JavaScript before. I used to know a little C and was pretty good at Fortan IV and Cobol (snort) and (of course) BASIC (bleh!)

So this is my first script. If it erases your HD, makes your palms grow hair, or ruins your sex life, don't blame me! You've been warned!






Jul 4, 2007
az1d User

Any chance of an update?

 
Feb 22, 2007
Marc Savoy User

For too long I wasn't able to get this script to work and even now only moment ago as I installed it i wasn't sure but it works great!

 
Oct 14, 2006
Michael 3 User

I love this script! If I had to choose only one script this would be it.

 
Sep 1, 2006
mofm_se User

make these chages

// ==UserScript==
// @name Firefox Extensions 50 on a page
// @namespace None
// @description Display 50 extensions per page instead of the usual 20.
// @include https://addons.mozilla.org/search*
// ==/UserScript==

if(location.href.search("addons.mozilla.org/search*") >= 0) {
if(location.href.search("&perpage=50") == -1) {
location.href += "&perpage=50";
}
}

dont forget change the include if u have already installed this script..

 
Jan 29, 2006
xl0lx User

Thanks Ken!
Five Stars! I peruse through the nearly 1100+
extensions list every few weeks for the latest stuff and I can tell you most empahtically this script makes a tremendous difference. Very astute and thoughtful!

 
Oct 29, 2005
mee User

wow this script doubled the capacity of my hard drive and helped me win the lottory! haha I wish. It works as advertized. thanks. I gave it a 5 because ... well UMO is annoying sometimes and extensionsmirror became slightly less useful a while back.

 
Oct 28, 2005
Ken Board Script's author

Yes, I gave my own script a 5 star rating! So, what? I think it's perfect, so there! Nyah, nyah, nyah!

You could comment on this script if you were logged in.