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

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