Skip to content

Instantly share code, notes, and snippets.

@rmateu
Forked from kaylathedev/IFTTT Webhook Bookmarklet
Created August 26, 2019 21:16
Show Gist options
  • Save rmateu/434a1915b12dd0561c551721244b6405 to your computer and use it in GitHub Desktop.
Save rmateu/434a1915b12dd0561c551721244b6405 to your computer and use it in GitHub Desktop.
javascript:a=1;/** Copy & paste your event name and key over there. --> **/ d={event:' my_event_name ',key:' abcdefghijklmnopqrstuvwxyz '}; /** --> Please don't touch this --> **/ u='https://maker.ifttt.com/trigger/'+d.event.trim()+'/with/key/'+d.key.trim()+'?t='+(new Date()).getTime();window.open(u).close();/** Go to the very beginning **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment