'Is it possible to make a standalone JS app listen to UI events on a website that I make?
I want to make a standalone JavaScript app that listens for UI events on a website I am making.
Essentially, when a button is pressed on the site, I want to pass its state to the standalone app.
Is this possible? If so, what JS libraries would be required to listen to the website UI elements from the app?
Thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
