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

Steps to insert:

  • Add a new bookmark entry in Chrome (right click on bookmark bar > Add page
  • Give meaningful name
  • Enter snippet content as URL
  • Enjoy (in calendar by creating a new event in the weekly overview just click the button)

@LucaBernstein
Copy link
Author

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