remove uhhhhh

This commit is contained in:
Leafy :3 2025-01-27 06:10:09 +01:00
parent dec7c3a849
commit 581df10228
Signed by: Leafus
GPG key ID: 06B907155B66AAE3

View file

@ -14,7 +14,7 @@
}
// MIT Licensed
// Author: jwilson8767 [modified by @leafus@puppyspace.rog]
// Author: jwilson8767
function waitUntil(selector) {
return new Promise((resolve, reject) => {
const el = document.querySelector(selector);