Firefox Extensions 50 on a page

By Ken Board Last update Oct 28, 2005 — Installed 3,255 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 8 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
nascent Scriptwright

Any chance of an update?

 
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!

 
Michael 3 User

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

 
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..

 
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!

 
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.

 
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!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel