Changeset 29 in bookmarks for trunk/index.cgi
- Timestamp:
- 05/23/13 16:41:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.cgi
r23 r29 1 1 #!/usr/bin/perl -w 2 2 use strict; 3 4 # bookmarklet to add a bookmark via the browser5 # javascript:(function(){window.open("http://grim.ath.cx/~peter/bookmarks?uri="+document.location+"&title="+document.title,"edit_bookmark","width=800,height=250")})()6 3 7 4 package BookmarkApp::Dispatch;
Note: See TracChangeset
for help on using the changeset viewer.