aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2021-03-21Makefile: Try concatenating instead of BrowserifyTeddy Wing
The keyboard event simulation didn't work. Tried getting rid of Browserify and including the JS all in one file, but that didn't make a difference. Committing this for reference.
2021-03-21Add user script headerTeddy Wing
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.