machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
205 stars 13 forks source link

ES6-ify code #98

Closed machawk1 closed 6 years ago

machawk1 commented 6 years ago

Remove the vars but more important, fix the inter-file scope creep from global variables accessing each other between scripts. One big issue is the double-use of the clearly named, code.js, which is pulled in from multiple contexts.