Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-08 | Add license (GNU GPLv3+) | Teddy Wing | |
2020-05-08 | styles: Combine all our rules into one | Teddy Wing | |
Since we set `visibility: hidden` for all elements, combine them all into a single CSS rule. | |||
2020-05-08 | styles: Hide skip buttons | Teddy Wing | |
2020-05-08 | Use `const` variable declarations where possible | Teddy Wing | |
2020-05-08 | styles: Hide the "Watch Credits" button | Teddy Wing | |
This button appears now when the credits of TV series start playing. | |||
2020-05-06 | styles: Fix `stylesheet` is `null` error | Teddy Wing | |
I had initialised the `stylesheet` variable before the element existed in the DOM. | |||
2020-05-05 | Extract credits handling and CSS styles to separate modules | Teddy Wing | |
Start to establish a bit of separation and organisation. |