Skip to content

Instantly share code, notes, and snippets.

@ecounysis
Created October 30, 2011 05:23
Show Gist options
  • Save ecounysis/1325541 to your computer and use it in GitHub Desktop.
Save ecounysis/1325541 to your computer and use it in GitHub Desktop.
Lamer News Bookmarklet
<!--
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