| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-21 | Add 'mousetrap' via NPM | Teddy Wing | |
| This will give me access to Mousetrap's LICENSE file. | |||
| 2021-03-21 | Remove Browserify | Teddy Wing | |
| We're no longer using the `require` imports to include JS files. Instead we have a template string process. Not as robust, but easier to fit what the final user script needs to be. | |||
| 2021-03-21 | Makefile: Add build rules to build dependencies into main.js | Teddy Wing | |
| Instead of copy-pasting the code from the files directly into main.js, do it in the build recipes. | |||
| 2021-03-21 | Build into a Greasemonkey user script | Teddy Wing | |
| Add Browserify to enable imports. Remove the script insertion code since it isn't necessary for a user script. | |||
