Sv443 4fd9257669 fix: tp-yt-paper-icon-button renames 6 napja
..
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 hónapja
behavior.ts 4ca0c6200c fix: delete "remember song time" entries with outdated format 1 hónapja
index.ts 8362f8aa31 feat: frame-skip feature 6 napja
input.css 54f1f75001 fix: UC channel ids with hyphens being prefixed with @ 6 hónapja
input.ts 8362f8aa31 feat: frame-skip feature 6 napja
integrations.css 87cfdc9441 ref: rename themed-bg-col css var 4 hónapja
integrations.ts 683f386bf1 fix: always disable themesong logo 5 hónapja
layout.css 4fd9257669 fix: tp-yt-paper-icon-button renames 6 napja
layout.ts 4fd9257669 fix: tp-yt-paper-icon-button renames 6 napja
lyrics.ts 2fbc5569d5 feat: replace img icons with svg elements 4 hónapja
lyricsCache.ts 692d6cad9e fix: lint errors 1 hónapja
songLists.css 7f30619b57 feat: improve themesong queue btn styling 6 napja
songLists.ts 6cc5c84af5 fix: loading btn transferring to other queue items fsr 1 hónapja
versionCheck.ts 19cbceec0f ref: remove index.js import for dialogs 2 hónapja
volume.css 87cfdc9441 ref: rename themed-bg-col css var 4 hónapja
volume.ts 92e3e7aa6a ref!: update to userutils v9 3 hónapja

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.