aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-03-21Add 'mousetrap' via NPMTeddy Wing
This will give me access to Mousetrap's LICENSE file.
2021-03-21Remove BrowserifyTeddy 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-21Makefile: Add build rules to build dependencies into main.jsTeddy Wing
Instead of copy-pasting the code from the files directly into main.js, do it in the build recipes.
2021-03-21Build into a Greasemonkey user scriptTeddy Wing
Add Browserify to enable imports. Remove the script insertion code since it isn't necessary for a user script.