| Age | Commit message (Collapse) | Author | 
|---|
|  | I had initialised the `stylesheet` variable before the element existed
in the DOM. | 
|  | 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. | 
|  | Makes more sense to put it in the fullscreen_credits module. | 
|  | That was for testing and is no longer needed. | 
|  | Start to establish a bit of separation and organisation. | 
|  | I'd like to split up some functionality into modules, and it seems like
using TypeScript would be a good way to achieve that. |