Sven 47e8d8d0ef feat: DataStoreSerializer support 9 luni în urmă
..
components b07d263caa feat: much better a11y for cfg menu & hotkey input 6 luni în urmă
dev c332b3ccba docs: dev 6 luni în urmă
dialogs 47e8d8d0ef feat: DataStoreSerializer support 6 luni în urmă
features 613af04405 feat: attempt to auto-like after adding new channel 6 luni în urmă
menu 47e8d8d0ef feat: DataStoreSerializer support 6 luni în urmă
stories 1a9710c883 ref: migrate to eslint v9 6 luni în urmă
tools abc2ad6d62 feat: add manual package linking 6 luni în urmă
utils b07d263caa feat: much better a11y for cfg menu & hotkey input 6 luni în urmă
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 luni în urmă
config.ts 47e8d8d0ef feat: DataStoreSerializer support 6 luni în urmă
constants.ts 52e8f88d6e fix: restore video time edge cases 6 luni în urmă
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 an în urmă
index.ts 47e8d8d0ef feat: DataStoreSerializer support 6 luni în urmă
interface.ts dcba600184 feat: catch siteevent and interface event errors 6 luni în urmă
observers.ts d325e9926d fix: race conditions 6 luni în urmă
siteEvents.ts dcba600184 feat: catch siteevent and interface event errors 6 luni în urmă
storeSerializer.ts 47e8d8d0ef feat: DataStoreSerializer support 6 luni în urmă
types.ts 3e9f2795e2 ref: renamed stuff 6 luni în urmă

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