Created
November 30, 2021 21:39
-
-
Save iowillhoit/55e3006d061c3ad5468eea9c660fd72e to your computer and use it in GitHub Desktop.
Allows you to copy all of the GUS Objects in workbench so you can search them easier in a text editor
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
var objects = [...document.querySelectorAll('#QB_object_sel > option')].map(item => item.innerText); copy(objects); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment