|
|
|
|
|
by gorhill
3620 days ago
|
|
> Very interesting if true. It is true. See documentation => https://developer.chrome.com/extensions/content_scripts#exec... : > Content scripts execute in a special environment called an isolated world. They have access to the DOM of the page they are injected into, but not to any JavaScript variables or functions created by the page. ... The same is true in reverse |
|