What is BookMarkLet
BookMarkLet is bookMark(hyperlink) with javascript
<a href="javascript: alert('Arbitrary JS code!');">Alert!</a>
draw Alert! to your bookmark Bar
Alert! and Click it!!!web dev tutorials and resources
Easy way for searching your twitter history
Inspired by iphone Big Words,Not ask why I build it, and what function!!!!
This website help you to compare different search results.
This application is useful tool to reduce teacher workload.
<a href="javascript: alert('Arbitrary JS code!');">Alert!</a>
draw Alert! to your bookmark Bar
Alert! and Click it!!!
//window.print()
onclick="javascript: window.print();"
//window.open()
onclick="javascript:
var win = window.open('', '_self');
win.close();return false;"