im_ninooo
Await for signal state?
My website checks the login state upon initial load and a Resource on a page is failing to load because it requires login but it runs before the login check can finish. How can I wait for the logged-in (signal) state to change before proceeding with the request?
I've looked at the
from
documentation but it's very confusing.49 replies
Is it possible to expose a function so it can be called manually via console?
say I want to implement extra functionality on a website without adding extra buttons to the page.
how can I expose a function that can interact with signals, etc. and is callable via the browser console or userscript so that users can "hack" the page and make use of that functionality?
3 replies