aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-05-09styles: Make the styles() function the default exportTeddy Wing
2020-05-08Add license (GNU GPLv3+)Teddy Wing
2020-05-08Rename project to "Immersive"Teddy Wing
2020-05-08styles: Combine all our rules into oneTeddy Wing
2020-05-08styles: Hide skip buttonsTeddy Wing
2020-05-08controls.hide(): Hide controls immediatelyTeddy Wing
2020-05-08watch_credits: Fix shadowed `controls` variableTeddy Wing
2020-05-08Use `const` variable declarations where possibleTeddy Wing
2020-05-08Remove old development commentsTeddy Wing
2020-05-08index: Call `styles()` firstTeddy Wing
2020-05-08Automatically click the "Watch Credits" buttonTeddy Wing
2020-05-08styles: Hide the "Watch Credits" buttonTeddy Wing
2020-05-06Move `with_player` to a new moduleTeddy Wing
2020-05-06styles: Fix `stylesheet` is `null` errorTeddy Wing
2020-05-06Convert from a web extension to a user scriptTeddy Wing
2020-05-05Move fullscreen credits init function to fullscreen_credits.tsTeddy Wing
2020-05-05src/index.ts: Remove commented global variableTeddy Wing
2020-05-05Extract credits handling and CSS styles to separate modulesTeddy Wing
2020-05-05Move content script to TypeScriptTeddy Wing