Skip to content

Instantly share code, notes, and snippets.

@kaylathedev
Last active June 14, 2021 19:57
Show Gist options
  • Save kaylathedev/50813b552561e751d3f64491d335d184 to your computer and use it in GitHub Desktop.
Save kaylathedev/50813b552561e751d3f64491d335d184 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