Sv443 c3eeebde3d feat: sort adornments před 8 měsíci
..
components 229a64643e docs: add message-string-only overload to showToast před 8 měsíci
dev 70295160eb ref: remove advancedLyricsFilter feature před 8 měsíci
dialogs e20d56e816 fix: auto-fill add/change channel name prompt if channel already exists před 8 měsíci
features c3eeebde3d feat: sort adornments před 8 měsíci
menu bd226b3104 ref: update eslint typescript plugin před 8 měsíci
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog před 8 měsíci
tools f5c5ee88de fix: don't use DOM lib in node process před 8 měsíci
utils bd226b3104 ref: update eslint typescript plugin před 8 měsíci
README.md f983c46948 docs: add and edit a bunch of subdir readmes před 10 měsíci
config.ts 70295160eb ref: remove advancedLyricsFilter feature před 8 měsíci
constants.ts 86d4d92bb1 fix: restore video time edge cases před 10 měsíci
declarations.d.ts 520689c104 Release 1.1.0 (#35) před 1 rokem
index.ts 1354e55c32 chore: build preview před 8 měsíci
interface.ts 604201856a feat: catch siteevent and interface event errors před 9 měsíci
observers.ts c6a7870140 fix: race conditions před 9 měsíci
siteEvents.ts 79b677e4ba fix: emit watchIdChange correctly před 9 měsíci
storeSerializer.ts 5bb002bef1 feat: DataStoreSerializer support před 9 měsíci
types.ts 70295160eb ref: remove advancedLyricsFilter feature před 8 měsíci

README.md

src/

This directory contains the entire runtime code for the userscript.


Subdirectories

  • components - Contains all of the UI components that are used throughout the userscript and plugins
  • dev - Contains random development files and notes that aren't included in the final build of the userscript
  • dialogs - Contains all BytmDialog instances that manage almost all of BetterYTM's dialogs
  • features - Contains the code for all the separate features themselves
  • menu - Contains the (somewhat legacy) config menu code
  • stories - Contains Storybook stories for developing UI components
  • tools - Contains helper tools for building and developing the userscript
  • utils - Contains helper utilities that are used in the userscript's code itself