Sv443 17d4523be7 fix: smaller hotkey inputs пре 1 час
..
components 270f595847 feat: improve cfg menu kbd elements пре 1 час
dev e3efdc072e Update integrations.md пре 1 месец
dialogs 09030db525 feat: adornment for ytm-only features пре 21 часа
features 1f3aefe19a chore: build dev пре 1 час
menu 17d4523be7 fix: smaller hotkey inputs пре 1 час
stories 01034130f7 ref: use type instead of interface пре 2 дана
tools 4c81d4373b feat: delete all GM values on "reset everything" пре 19 часа
utils 769ed800fb fix: only set en-US as fallback in UserUtils if localeFallback is true пре 7 часа
README.md 12a1768711 docs: add and edit a bunch of subdir readmes пре 6 месеци
config.ts f7a02f2118 feat: extra toggle feature autoCloseToasts пре 2 часа
constants.ts 14d873db71 feat: update userutils to 9.3.0 пре 1 месец
index.ts 0da65d19fb feat: add proxy hotkey system & next/previous hotkeys пре 7 часа
interface.ts 0da65d19fb feat: add proxy hotkey system & next/previous hotkeys пре 7 часа
modules.d.ts 01034130f7 ref: use type instead of interface пре 2 дана
observers.ts ac9a8b0579 ref!: remove sideBarMini observer пре 6 часа
serializer.ts 2218dc30f2 feat: `additionalProps` prop in createRipple() пре 1 месец
siteEvents.ts 01034130f7 ref: use type instead of interface пре 2 дана
types.ts f7a02f2118 feat: extra toggle feature autoCloseToasts пре 2 часа

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