|
před 5 měsíci | |
---|---|---|
.. | ||
README.md | před 6 měsíci | |
behavior.ts | před 5 měsíci | |
index.ts | před 5 měsíci | |
input.css | před 6 měsíci | |
input.ts | před 5 měsíci | |
integrations.css | před 6 měsíci | |
integrations.ts | před 5 měsíci | |
layout.css | před 5 měsíci | |
layout.ts | před 5 měsíci | |
lyrics.ts | před 5 měsíci | |
lyricsCache.ts | před 6 měsíci | |
songLists.css | před 6 měsíci | |
songLists.ts | před 6 měsíci | |
versionCheck.ts | před 6 měsíci | |
volume.css | před 6 měsíci | |
volume.ts | před 5 měsíci |
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.