Skip to content

Instantly share code, notes, and snippets.

@LucaBernstein
Created July 26, 2020 07:37
Show Gist options
  • Select an option

  • Save LucaBernstein/eb1553843735428a1571fceaf52f591a to your computer and use it in GitHub Desktop.

Select an option

Save LucaBernstein/eb1553843735428a1571fceaf52f591a to your computer and use it in GitHub Desktop.
Chrome bookmark to add Jitsi call (meet.ffmuc.org) to Google Calendar event on quick add (from week view) with random ID
javascript:(function(){var result = '',length=7; var characters = 'abcdefghijklmnopqrstuvwxyz'; var charactersLength = characters.length; for ( var i = 0; i < length; i++ ) {result += characters.charAt(Math.floor(Math.random() * charactersLength));}; var d=document,el = d.getElementsByClassName("DD3VVc")[1].click(),e=d.getElementsByClassName("T2Ybvb KRoqRc editable")[0];e.innerText='https://meet.ffmuc.net/Meeting-'+result;})();
@LucaBernstein
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment