Sv443 e5161394a1 fix: don't call interceptWindowEvent in FireMonkey há 5 meses atrás
..
README.md 12a1768711 docs: add and edit a bunch of subdir readmes há 6 meses atrás
behavior.ts e5161394a1 fix: don't call interceptWindowEvent in FireMonkey há 5 meses atrás
index.ts 7fe5d7a4b5 fix: adornments without title há 5 meses atrás
input.css 54f1f75001 fix: UC channel ids with hyphens being prefixed with @ há 6 meses atrás
input.ts 00d97f2bb1 fix: auto-like toggle button disappearing (#110) há 5 meses atrás
integrations.css 0d3e006cbe fix: themesong integration stuff há 6 meses atrás
integrations.ts 683f386bf1 fix: always disable themesong logo há 5 meses atrás
layout.css d171d9ce86 ref: replace cascadia code with cousine font há 5 meses atrás
layout.ts 696817d6ed ref: refactor imports há 5 meses atrás
lyrics.ts 0710959f79 fix: ctrl+clicking lyrics btn opening original url in background há 5 meses atrás
lyricsCache.ts 1c7f6abad0 ref: minor stuff há 6 meses atrás
songLists.css 572f21fcdd feat: configurable themesong accent color lightness há 6 meses atrás
songLists.ts c6db570558 ref: remove whitespace-only lines há 6 meses atrás
versionCheck.ts bcb1b0d67e feat: implement new text input "prompt" dialog há 6 meses atrás
volume.css f504bcc2e5 ref: change vol slider label gradient end position há 6 meses atrás
volume.ts e7904926a1 ref: minor refactors há 5 meses atrás

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.