I have www.example.com which loads a script like
<script src="external-url.js" async deferer></script>
This script has
var nameVariable = true;
How could I get the value (if it exists) in a popup.js of chrome extension?
I have www.example.com which loads a script like
<script src="external-url.js" async deferer></script>
This script has
var nameVariable = true;
How could I get the value (if it exists) in a popup.js of chrome extension?