1
0
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