User Interface Research Group - Masatomo Kobayashi - Bookmarklets
Bookmarklets are simple tools that extend the surf and search capabilities of Netscape and Explorer web browsers. See Bookmarklets Home Page - free tools for power surfing for details.
Bookmarklets are simple tools that extend the surf and search capabilities of Netscape and Explorer web browsers.
Takeshi Nishida provides a useful tool for developing and publishing your original bookmarklets: Bookmarklet Editing Environment (in JScript).
javascript:
javascript:alert('Last%20Modified:%20'+document.lastModified)
javascript:void(status='Last%20Modified:%20'+document.lastModified)
javascript:(function(w){w=open();w.document.open();w.document.write('Last%20Modified:%20'+document.lastModified);w.document.close()})()
javascript:(function(w,i){for(i=0;i<w.length;++i){arguments.callee(w.frames[i])}alert('Last%20Modified:%20'+w.document.lastModified)})(top)
Note: Most examples still have room for improvement in capability, efficiency, and readability. For example, some doesn't work on non-IE browsers or on framed documents.
<!--hidden comments-->
view-source: