Skip to content

Instantly share code, notes, and snippets.

@goncalossilva
Created January 26, 2020 02:56
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 goncalossilva/3390929c78b0cfc1dceff447387472f4 to your computer and use it in GitHub Desktop.
Save goncalossilva/3390929c78b0cfc1dceff447387472f4 to your computer and use it in GitHub Desktop.
Bookmarklet for Mario's Todoist
javascript:document.addEventListener("click",async function(e){if(e.target&&e.target.classList.contains("item_checkbox")&&!e.target.checked){var a=new Audio("https://themushroomkingdom.net/sounds/wav/smw/smw_coin.wav");a.type="audio/wav";await a.play()}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment