Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created May 26, 2019 06: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 parsibox/c4bb8f355871f0fc9768c8a9edca3ea7 to your computer and use it in GitHub Desktop.
Save parsibox/c4bb8f355871f0fc9768c8a9edca3ea7 to your computer and use it in GitHub Desktop.
save svg on page - You can run this code on your javascript console:
var e = document.createElement('script');
e.setAttribute('src', 'https://nytimes.github.io/svg-crowbar/svg-crowbar.js');
e.setAttribute('class', 'svg-crowbar');
document.body.appendChild(e);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment