public marks

PUBLIC MARKS from znarf with tags firefox & javascript

2011

2008

WTFramework bookmarklet

by 3 others (via)
WTFramework bookmarklet is a Firefox bookmarklet that lets you know which js framework is being used by a web page

John Resig - postMessage API Changes

4 comments
I'm glad postMessage support in netvibes didn't went in production :-)

2007

2006

XmlSerializer and JavaScript [persistent.info]

by 1 other
var serializer = new XMLSerializer(); alert(serializer.serializeToString(request.responseXML));

FireBug - Firefox Extension

by 23 others (via)
FireBug is a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.

2005

Bookmarklets to User Scripts

by 3 others (via)
"a Greasemonkey script that lets you turn any bookmarklet into a Greasemonkey script"

Greasemonkey compiler

by 28 others (via)
This site converts Greasemonkey user scripts into full-fledged Mozilla Firefox extensions.