Created
October 30, 2011 05:23
-
-
Save ecounysis/1325541 to your computer and use it in GitHub Desktop.
Lamer News Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
need to change code of lamer news so it accepts get data and fills the form with it | |
--> | |
<html> | |
<head><title>Lamer News Bookmarklet</title></head> | |
<body> | |
<h3>Drag link to bookmarks</h3> | |
<h2><a href="javascript:window.location='http://lamernews.com/submit?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)">post to Lamer News</a></h2> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment