Recent posts by Vasco

Subscribe to Recent posts by Vasco 2 posts found

Jul 15, 2008
Vasco 2 posts

Topic: Script development / CHIPMARK: how to modify fav.icio.us2

I don't see exactly what you want to do (which links to target), but basically you can modify it to work in any website with external links.

First you obviously must modify the @include and @exclude sections.
Next modify the parts after forEachMatch(... which contain the XPath query to find the links.
Use this info if you are not into XPath (it's very easy) http://www.w3schools.com/XPath/default.asp
You can target any usefull element attribute like id or class.
Firebug firefox extension will also help you crafting the Xpath query.
If all is working well the rest of the script will take care of placing the favicon before any link you feed in.

 
Aug 1, 2007
Vasco 2 posts

Topic: Userscripts.org discussion / Cookie Stealing Scripts

I think it is possible to implement a cookie protection inside Greasemonkey, what is the best place to request this feature?

Also I always thought it could be possible and was always concerned but I don't realy use much scripts made by the others mainly with complex code.