Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Last active December 19, 2021 19:24
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 schalkburger/29bcde323a3f7ad88d7e050a48f1b4ff to your computer and use it in GitHub Desktop.
Save schalkburger/29bcde323a3f7ad88d7e050a48f1b4ff to your computer and use it in GitHub Desktop.
Bookmarklet - SVG Crowbar
javascript:(function () { var e = document.createElement('script'); e.setAttribute('src', 'https://nytimes.github.io/svg-crowbar/svg-crowbar-2.js'); e.setAttribute('class', 'svg-crowbar'); document.body.appendChild(e); })();
@twogrey
Copy link

twogrey commented Jan 10, 2019

⚠️ Double javascript: at start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment