Userscripts.org Favorites

By ankut Last update Oct 3, 2005 — Installed 1,741 times.
Allows users to store and view their favorite scripts on userscripts.org

This script has no reviews.

This script enables you to mark scripts as favorites on userscripts.org, and then view them from the main menu bar in the site. The favorites are stored using the GM_get/setValue functions, and are specific to your firefox profile.

Version History

Version 0.1 (2005.10.4) - Initial release
Version 0.2 (2005.10.5) - Fixed the multi-add bug pointed out by Wiser.
Version 0.3 (2005.10.5) - Added import/export feature

A blue (+) button appears to the left of a script being viewed, clicking on it will mark the script as your favorite, which can then be viewed by clicking the new Favorites button in the main menu bar at the top of the site, next to Random. A dimmed plus icon means the script has already been added.

The favorites view allows you to jump to a favorite script, and also to remove it by clicking the blue (x) to its left.

Now, it is possible to import an export your userscript favorites! Clicking the link shown above, found in the Favorites submenu, a text area will be revealed containing the current favorites in a delimitered format. You can keep that string elsewhere, and import it at a later time by pasting it into the text area (possibly overwriting its contents) and click the Import Favorites button. The favorites should now be updated, provided you entered a valid favorites string.