Skip to content

Instantly share code, notes, and snippets.

@weslenng
Created April 27, 2020 20:52
Show Gist options
  • Save weslenng/d099f4b397d0132b0fc5bc74cbde765f to your computer and use it in GitHub Desktop.
Save weslenng/d099f4b397d0132b0fc5bc74cbde765f to your computer and use it in GitHub Desktop.
Events
// https://www.w3schools.com/jsref/dom_obj_event.asp
copy(Array.from(document.querySelectorAll('td a')).filter(node => node.href.indexOf('event_') !== -1).map(node => node.href).map(href => href.split('event_')[1].split('.asp').join('')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment