Skip to content

Instantly share code, notes, and snippets.

@noromanba
Last active May 3, 2016 20:19
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 noromanba/b9a3d4108d4f4d4055375856740db6bb to your computer and use it in GitHub Desktop.
Save noromanba/b9a3d4108d4f4d4055375856740db6bb to your computer and use it in GitHub Desktop.
put title and URL w/ linebreak
// @descript title and URL w/ linebreak
// @author noromenba http://noromanba.flavors.me
// @license CC0 http://creativecommons.org/publicdomain/zero/1.0/
// e.g. GitHub insane CSP constraint to Bookmarklet in Firefox,
// use w/ Scratchpad or Console in Devtools panel
`${document.title}
${location.href}`
// c.f.
// http://ptech.g.hatena.ne.jp/noromanba/20160429/1461908465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment