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

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.