Skip to content

Instantly share code, notes, and snippets.

@iowillhoit
Created November 30, 2021 21:39
Show Gist options
  • Save iowillhoit/55e3006d061c3ad5468eea9c660fd72e to your computer and use it in GitHub Desktop.
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
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