mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05:00
wait for window.stash
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function () {
|
||||
(async () => {
|
||||
while (!window.stash) {
|
||||
new Promise((resolve) => setTimeout(resolve, 100));
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
}
|
||||
|
||||
const svgChevDN =
|
||||
|
||||
Reference in New Issue
Block a user