web-maker icon indicating copy to clipboard operation
web-maker copied to clipboard

Show warning when inline script is used in Chrome extension

Open chinchang opened this issue 7 years ago • 0 comments

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.

chinchang avatar Apr 08 '18 10:04 chinchang