showMoreExtensions

By Mithrandir Last update Jun 13, 2009 — Installed 1,549 times. Daily Installs: 3, 1, 4, 9, 1, 2, 3, 2, 0, 4, 7, 6, 5, 3, 5, 6, 7, 6, 4, 3, 3, 5, 3, 2, 1, 5, 6, 5, 3, 3, 2, 1
Script Summary:
Shows more extensions on https://addons.mozilla.org/ by default.
Version: 1.04

Remotely hosted version

Recently Updated TopicsPosts
Archived Comments12

this script has 1 topic, 12 posts

This script has no reviews.

Handled items

  • Searchboxes on AMO
  • Navigation through categories on the site

Solution for searchplugin


This script won't change number of results shown by the searchplugin located in browser's searchbar. But you can edit source code of the searchplugin (look in profile folder/searchplugins for mozilla-add-ons.xml).

If you change:

<os:Url type="text/html" method="GET" template="http://addons.mozilla.org/search/?q={searchTerms}">
</os:Url>

into:
<os:Url type="text/html" method="GET" template="http://addons.mozilla.org/search/">
  <os:Param name="q" value="{searchTerms}"/>
  <os:Param name="show" value="50"/>
</os:Url>
the searchplugin will show 50 results, too.

Tested with

  • Firefox 2.0 and above