Created
July 26, 2020 07:37
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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;})(); |
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to insert:
Add pageURL