Skip to content

Instantly share code, notes, and snippets.

@stellartux
Last active April 27, 2021 17:05
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 stellartux/f27c4dfd7dd1975b2663941f64a7768f to your computer and use it in GitHub Desktop.
Save stellartux/f27c4dfd7dd1975b2663941f64a7768f to your computer and use it in GitHub Desktop.
Bookmarklets (Whimsical)
import('https://cdn.skypack.dev/pin/canvas-confetti@v1.4.0-RXPmBgwlGaqEvCqvGmjX/mode=imports,min/optimized/canvas-confetti.js').then(m=>m.default())
for(let el of document.querySelectorAll('body *:not(script):not(style)')){el.setAttribute('contenteditable',true);el.setAttribute('spellcheck',false)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment