inline-scripts
inline-scripts copied to clipboard
Handle missing quotes and leading slashes
I made a couple of improvements to make the scripts work with minified files, which don't have double quotes around HTML attribute values.
Also handled paths with leading slashes by just removing them (not sure if this is a good idea in general, but it does work for my use case).
Finally I deleted bundled.html as it looks like it was committed accidentally :)