Skip to content

Instantly share code, notes, and snippets.

@letitride
Created August 8, 2013 13:33
Show Gist options
  • Save letitride/6184612 to your computer and use it in GitHub Desktop.
Save letitride/6184612 to your computer and use it in GitHub Desktop.
javascript:(function(){var url='http://localhost/myBookmarklet/entry.php/';function o(title, src_url){var m=window.open(url+'?title='+title+'&src_url='+src_url, 'a', 'width=600, height=400');}o(encodeURIComponent(document.title),encodeURIComponent(location.href));})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment