Skip to content

Instantly share code, notes, and snippets.

@workeffortwaste
Last active March 4, 2021 19:04
Show Gist options
  • Select an option

  • Save workeffortwaste/5ba3b84ae85c66122d93f9ecfe76ba6f to your computer and use it in GitHub Desktop.

Select an option

Save workeffortwaste/5ba3b84ae85c66122d93f9ecfe76ba6f to your computer and use it in GitHub Desktop.
dropdown-to-tsv
copy([...$0.options].map(e => e.label).join('\t'))
@workeffortwaste
Copy link
Copy Markdown
Author

Updated for ES6 and utilising Chrome's console shortcuts.

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