Skip to content

Instantly share code, notes, and snippets.

@masui
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masui/d354c6269e3d7c41378f to your computer and use it in GitHub Desktop.
Save masui/d354c6269e3d7c41378f to your computer and use it in GitHub Desktop.
function (ev, arg) {
var document = window.content.document;
var location = encodeURIComponent(document.location);
var title = encodeURIComponent(document.title);
var win = window.open('http://gyazz.masuilab.org/__write?name=osusume&title='+title+'&data=[['+location+']]');
win.close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment