Last active
March 4, 2021 19:04
-
-
Save workeffortwaste/5ba3b84ae85c66122d93f9ecfe76ba6f to your computer and use it in GitHub Desktop.
dropdown-to-tsv
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
copy([...$0.options].map(e => e.label).join('\t')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated for ES6 and utilising Chrome's console shortcuts.