Created
March 13, 2013 00:22
-
-
Save greatghoul/5148371 to your computer and use it in GitHub Desktop.
Remarks Bookmarklet http://userjs.up.seesaa.net/js/bookmarklet.html
This file contains 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
(function(){ | |
var gist_id = document.location.pathname.replace(/.*\//g, ''); | |
window.open('http://remarks.sinaapp.com/s/' + gist_id, '_blank', 'width=600,height=400'); | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment