Last active
August 3, 2025 16:39
-
-
Save knbknb/9f7994baab51442a0558a266076f4e92 to your computer and use it in GitHub Desktop.
mdis: Tpl Mgr Expand All Tiles
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
| // model | |
| document.querySelectorAll("button.v-btn.v-btn--icon.v-btn--small i").forEach( el => el.click()) | |
| // form | |
| document.querySelectorAll("ul button.v-btn.v-btn--icon.v-btn--small i").forEach( el => el.click()) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment