Hey, nice work on ampify, but there is still some issues: - [ ] Take care of css inside of <style> tags - [x] Concat all custom styles to a single <style> - [ ] Remove <script> tags - [x] Remove inline-styles - [x] Add <link rel="canonical" href="$SOME_URL"> to link to original url, maybe get url from a second argument to `ampify(html, originalURL)`
Hey, nice work on ampify, but there is still some issues:
ampify(html, originalURL)