web-maker
web-maker copied to clipboard
Show warning when inline script is used in Chrome extension
Due to security restrictions in Chrome extension, inline scripts don't work.
Eg. Writing this in HTML:
<button onclick="alert(9);">Click me</button> won't work. The JavaScript has to be written in JS code pane.