aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-10package.json: Update dependenciesupdate-for-new-Netflix-player-2021.08Teddy Wing
2021-09-04styles: Hide new promo container that appears at the end of moviesTeddy Wing
2021-08-29styles: Hide new "Skip Recap" buttonTeddy Wing
2021-08-15Upgrade NPM dependencies to latestTeddy Wing
2021-08-15Increase version v0.0.1 -> v0.1.0Teddy Wing
2021-08-14fullscreen_credits: Remove now-unused `controls` importTeddy Wing
2021-08-14Add notes about possibly obsolete codeTeddy Wing
2021-08-14Hide distractions when Seamless controls are addedTeddy Wing
2021-08-14fullscreen_credits: Idea for controls hiding wrapper functionTeddy Wing
2021-08-14fullscreen_credits: Log when credit handling happensTeddy Wing
2021-08-14fullscreen_credits.ts: Hide controls after clicking minimised videoTeddy Wing
2021-08-14fullscreen_credits.ts: Start getting credits working again after updateTeddy Wing
2021-08-14Update copyright year for 2021Teddy Wing
2021-08-14styles.ts: Add new age rating CSS classTeddy Wing
2021-08-14index.ts: Add initialising logTeddy Wing
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