|
Script Summary:
On Flickr.com, adds an option to the header [search] dropdown to take you directly to a search for "The Commons" content. Also on photos within "The Commons" project, inserts additional "tag links" that jump to listings restricted to just "The Commons". |
This script has no discussions. |
This script has no reviews. |
Report bugs or suggestions via UserScripts or flickr photo comment on this screenshot:
http://flickr.com/photos/clickykbd/3203938766/
// FlickrStayInCommons // version 0.2.2 // 2009-08-04 // Copyright (c) 2009, Ryan Gallagher <clickykbd indicommons org> // Released under the GPL license // http://www.gnu.org/copyleft/gpl.html // // -------------------------------------------------------------------- // This is a Greasemonkey user script. // // To install, you need Greasemonkey: http://greasemonkey.mozdev.org/ // Then restart Firefox and revisit this script. // Under Tools, there will be a new menu item to "Install User Script". // Accept the default configuration and install. // // IF YOU ARE UPGRADING FROM A PREVIOUS VERSION OF THIS SCRIPT, go to // Tools/Manage User Scripts and manually uninstall the previous // version before installing this one. This script lacks an auto-update // prompt. // // Go here for latest version: // http://userscripts.org/scripts/show/40636 // // To uninstall, go to Tools/Manage User Scripts, select this script, // and click Uninstall. // // -------------------------------------------------------------------- // What It Does: // // This script fills a UI hole in Flickr. The features exist but // photos that belong to "The Commons" (http://www.flickr.com/commons) // were lacking some fun navigation options. The quick link to commons // search is also included. // // www.flickr.com: // - adds "The Commons" to dropdown of search options in header // // www.flickr.com (photo page): // - checks if it is a "Commons Photo", if so adds tag icons/links // for 'commons only' tag browsing. User can configure this link // to go to commons/tags or search result. // // -------------------------------------------------------------------- // ChangeLog: // // 20090117 v0.2 // * Updated to not conflict with flickr_tag_convergence script. // * Some node discovery converted to XPath methods. // * Migrated image data into CSS definitions. // * Added user configurable base-url for Commons tag items. // 20090117 v0.2.1 // * Bug-Fixed search action, now actually returns results if you // pre-enter text before clicking "The Commons" // 20090804 v0.2.2 // * Bug-Fixed search action, flickr rolled new search UI that // was causing issues. Removed 'w=all' argument in URL. // // --------------------------------------------------------------------






