mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
wait for window.stash
This commit is contained in:
parent
7d6655fd49
commit
97e49a2e99
@ -1,6 +1,6 @@
|
||||
(function () {
|
||||
(async () => {
|
||||
while (!window.stash) {
|
||||
new Promise((resolve) => setTimeout(resolve, 100));
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
}
|
||||
|
||||
const svgChevDN =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user