| Age | Commit message (Collapse) | Author |
|
It turns out that the way I formulated it before, it wouldn't always
strip the license headers from all files.
|
|
|
|
Sounds better than "No Skip", and also reflects the fact that we want to
remove anything that hinders immersion while watching a video, not just
skipped credits.
|
|
Previously this rule was passing all inputs to Browserify. We only need
to pass `index.js`.
|
|
Makes it easier to find for distribution and removes a circular Make
dependency (which gets ignored).
|
|
Previously, if I modified any TypeScript file other than `index.ts`,
Make wouldn't rebuild. Depend on all JS files in build/ to ensure the
output script gets rebuilt on changes.
|
|
Since it looks like everything's going to happen in the content script,
might as well make this a user script instead.
Build with Browserify in order to get a compiled JS file compatible with
browsers.
For some reason I'm currently getting an error complaining that the
`stylesheet` variable is `null`. Need to look into that.
|