Sv443 dd0eebbafe feat: open auto like dialog when clicking "liked vid/song" toast 8 ماه پیش
..
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 ماه پیش
behavior.ts dfc1443734 feat: expose getCurrentMediaType() on interface 6 ماه پیش
index.ts c73c18dac7 feat: toast improvements 6 ماه پیش
input.css dfe22d5551 fix: make BYTM ThemeSong compatible 6 ماه پیش
input.ts dd0eebbafe feat: open auto like dialog when clicking "liked vid/song" toast 6 ماه پیش
integrations.css 0d3e006cbe fix: themesong integration stuff 6 ماه پیش
integrations.ts 0d3e006cbe fix: themesong integration stuff 6 ماه پیش
layout.css 0d3e006cbe fix: themesong integration stuff 6 ماه پیش
layout.ts dfc1443734 feat: expose getCurrentMediaType() on interface 6 ماه پیش
lyrics.ts dfc1443734 feat: expose getCurrentMediaType() on interface 6 ماه پیش
lyricsCache.ts 883003b65b ref: use getFeature() func 6 ماه پیش
songLists.css 572f21fcdd feat: configurable themesong accent color lightness 6 ماه پیش
songLists.ts e03b1cb717 ref: remove tslib & small refactors 6 ماه پیش
versionCheck.ts 883003b65b ref: use getFeature() func 6 ماه پیش
volume.css dfe22d5551 fix: make BYTM ThemeSong compatible 6 ماه پیش
volume.ts 4e4f4eb89f ref: rename setInnerHtmlTrusted to setInnerHTML 6 ماه پیش

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.