Skip to content

Instantly share code, notes, and snippets.

@dobesv
Last active October 27, 2015 15:14
Show Gist options
  • Save dobesv/5ea88fa85df0257f9fa1 to your computer and use it in GitHub Desktop.
Save dobesv/5ea88fa85df0257f9fa1 to your computer and use it in GitHub Desktop.
// Create a new bookmark, write javascript: and paste in the next line:
// When you are on the WebEx page to fill out name and email, click the bookmarklet
(function (name, email) { var f=window.parent.frames[1], e=(function(id) { return f.document.getElementById(id) }), an = e('attendeeName'), ae = e('attendeeEmail'), but=e('mwx-btn-pmr-enter-lobby'); an.value=name; f.AttEmailOnblur(); ae.value='dvandermeer@pulsesecure.net'; but.disabled=false; })("Dobes Vandermeer", 'dvandermeer@pulsesecure.net')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment