[APP][Pro] Web Proxy - Remotely access local web pages in your Dashboards

That’s because the official widget uses a native web browser. I use an iframe to display the page and then the script modifies the page to inject the scripts/stylesheets. It then injects another script which hooks on some methods like fetch() and href (for intercepting hyperlinks). Since my widget is running in a specialized environment, not all features of a regular web browser are available.