public marks

PUBLIC MARKS from decembre with tags thumbnail & script

September 2009

Flickr Gallery Plus! for Greasemonkey

Flickr Gallery Plus! is a Greasemonkey userscript for Flickr photo set pages which offers you the ability to: * View one large picture with the other thumbnails in the set next to it. * Click-selection of whichever picture you want to see larger. * Keyboard navigation with left and right arrow keys to go back and forth amongst pictures. * View a slideshow of all pictures in the set. It is tested and verified to work with Firefox, Safari (through GreaseKit), Google Chrome (through HOW TO: Install Google Chrome Greasemonkey Scripts (Windows Only)) and Opera (through Opera Tutorial: User JavaScript).

April 2009

PopTip - Greasemonkey Customisable - Add pop-up preview to any site - Flickr

Script Summary: Add pop-up preview to any site.(Script homepage).....Rules for popup action must be written in "SITEINFO" in proper format. Properties of SITEINFO url (required)(RegExp) : URL to which the rule is applied. targetElement (required)(XPath) : XPath which select "A" elements. When "mouseover" action occurs on them, linked pages (values of "href" attributes) will be fetched. popupElement (required) (XPath) : XPath which select elements in fetched pages. These elements will be appear in tooltips. disabled (optional) : If you want to disable a rule temporally, set "false". style (optional) : CSS attributes of tooltips. Please be careful to write in CamelCase! (border-width -> borderWidth) stripe (optional) : If you set "true", small icons will be appended to elements on which the action will occur.