Custom-JavaScript-for-Websites-2
Custom-JavaScript-for-Websites-2 copied to clipboard
Run custom JavaScript on any website
Love this extension, however, I am unable to execute any javascript on certain sites: Asana and Outlook, specifically. This is the error I keep running into: "Blocked script execution in...
related to #44 The replace `;` to `\n` and join back is breaking the workflow, details: https://github.com/xcv58/Custom-JavaScript-for-Websites-2/blob/8a9427ebec2eacaae78fae0ed5b49963930829bd/src/js/stores/IncludeStore.js#L3-L4 https://github.com/xcv58/Custom-JavaScript-for-Websites-2/blob/8a9427ebec2eacaae78fae0ed5b49963930829bd/src/js/run.js#L39-L43
I run a script on domain.com. I have specified in my script that it should only run on domain.com/subdomain1. However, when I navigate back and forther between domain.com and domain.com/subdomain1...