Skip to content

Instantly share code, notes, and snippets.

@onedayitwillmake
Created August 7, 2015 18:53
Show Gist options
  • Save onedayitwillmake/8005073845871147e72f to your computer and use it in GitHub Desktop.
Save onedayitwillmake/8005073845871147e72f to your computer and use it in GitHub Desktop.
rm rf canvas
Array.prototype.slice.call(document.querySelectorAll("canvas")).forEach(function(e){ e.parentNode.removeChild(e)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment