1
0
Sv443 59a853b040 ref: some stuff 7 сар өмнө
..
components f7e4f8ae84 ref: random stuff 7 сар өмнө
dev 2f0b412369 docs: integrations section in the readmes 8 сар өмнө
dialogs 59a853b040 ref: some stuff 7 сар өмнө
features 48a1208070 feat: add container around all dialogs & improve cfg dialog 7 сар өмнө
menu 48a1208070 feat: add container around all dialogs & improve cfg dialog 7 сар өмнө
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog 8 сар өмнө
tools bf86ef3fe1 ref: change preview command 7 сар өмнө
utils b4de125dd7 feat: implement userutils 7.3.0 translation features 7 сар өмнө
README.md f983c46948 docs: add and edit a bunch of subdir readmes 10 сар өмнө
config.ts a532c22395 feat: configurable lyrics error toast 7 сар өмнө
constants.ts e2a4d0039e ref: things 7 сар өмнө
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 жил өмнө
index.ts 0b95d7b003 ref!: change the way plugins are initialized and registered 7 сар өмнө
interface.ts 59a853b040 ref: some stuff 7 сар өмнө
observers.ts 9d2b927f96 feat: add selectorobserver instance "bytmDialogContainer" 7 сар өмнө
siteEvents.ts ae68b5487d ref: update userutils 8 сар өмнө
storeSerializer.ts 151ba067cc ref: rename cfg data store instance 8 сар өмнө
types.ts 0b95d7b003 ref!: change the way plugins are initialized and registered 7 сар өмнө

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