Skip to content

Instantly share code, notes, and snippets.

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 iaindooley/0d72115c76767b5cc4e35df396dc08e7 to your computer and use it in GitHub Desktop.
Save iaindooley/0d72115c76767b5cc4e35df396dc08e7 to your computer and use it in GitHub Desktop.
Weird confetti
function weirdConfetti(notification)
{
new Notification(notification).addedCard("Done").attachLink("https://media0.giphy.com/media/l0IygWpszunxnkMAo/source.gif");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment