aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-27build(deps): bump cached-path-relative from 1.0.2 to 1.1.0dependabot/npm_and_yarn/cached-path-relative-1.1.0dependabot[bot]
2020-05-24index.ts: Reinitialise when the page changesv0.0.1Teddy Wing
2020-05-16userscript-header.txt: @match all Netflix URL pathsTeddy Wing
2020-05-10fullscreen_credits: Remove `attributeOldValue` on mutation observerTeddy Wing
2020-05-10Hide the cursor when credits playTeddy Wing
2020-05-10styles: Hide the white border that appears around creditsTeddy Wing
2020-05-09styles: Set !importantTeddy Wing
2020-05-09Add documentation commentsTeddy Wing
2020-05-09styles: Make the styles() function the default exportTeddy Wing
2020-05-08Makefile: Always remove license headers from all JS filesTeddy Wing
2020-05-08Add READMETeddy Wing
2020-05-08Add license (GNU GPLv3+)Teddy Wing
2020-05-08Rename project to "Immersive"Teddy Wing
2020-05-08Add distribution scriptTeddy Wing
2020-05-08Makefile: Only build `index.js` with BrowserifyTeddy Wing
2020-05-08Makefile: Move the compiled user script to the project rootTeddy 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-06Makefile: Fix rebuild of non-index.js filesTeddy 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
2020-05-05Reactivate player controls and hide UITeddy Wing
2020-05-05Use `classList.remove()`Teddy Wing
2020-05-05Try removing `postplay` class from player elementTeddy Wing
2020-05-05Remove `webRequest` codeTeddy Wing
2020-05-03manifest.json: Fix gecko.idTeddy Wing
2020-05-03Old background and content scriptsTeddy Wing
2018-12-16Add a draft `manifest.json`Teddy Wing