Sv443 b9452035a0 ref: watchPageFullSize on by default 5 days ago
..
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 months ago
behavior.ts 4ca0c6200c fix: delete "remember song time" entries with outdated format 1 month ago
index.ts b9452035a0 ref: watchPageFullSize on by default 5 days ago
input.css 54f1f75001 fix: UC channel ids with hyphens being prefixed with @ 6 months ago
input.ts 8362f8aa31 feat: frame-skip feature 5 days ago
integrations.css 87cfdc9441 ref: rename themed-bg-col css var 4 months ago
integrations.ts 683f386bf1 fix: always disable themesong logo 5 months ago
layout.css ccc032c1ee fix: remove bytm-generic-btn transition for parity 5 days ago
layout.ts 20a5160fab feat: full size watch page feature 5 days ago
lyrics.ts 2fbc5569d5 feat: replace img icons with svg elements 4 months ago
lyricsCache.ts 692d6cad9e fix: lint errors 1 month ago
songLists.css 7f30619b57 feat: improve themesong queue btn styling 5 days ago
songLists.ts 6cc5c84af5 fix: loading btn transferring to other queue items fsr 1 month ago
versionCheck.ts 19cbceec0f ref: remove index.js import for dialogs 2 months ago
volume.css 87cfdc9441 ref: rename themed-bg-col css var 4 months ago
volume.ts 92e3e7aa6a ref!: update to userutils v9 3 months ago

README.md

src/features/

This directory contains the code of the userscript features themselves. The files are organized by category.
Each feature has an initialization function that is called when the userscript is initialized.
In the long term most features should have a cleanup function that should be called when the feature config is changed so they also inherently support hot-reloading.