Sv443 d2f9f12450 feat: much better a11y for cfg menu & hotkey input 9 bulan lalu
..
components d2f9f12450 feat: much better a11y for cfg menu & hotkey input 9 bulan lalu
dev 8bcfe0d254 docs: dev 10 bulan lalu
dialogs 6faccc3103 ref: siteevents emit function 9 bulan lalu
features c6a7870140 fix: race conditions 9 bulan lalu
menu d2f9f12450 feat: much better a11y for cfg menu & hotkey input 9 bulan lalu
stories ba39ad94fd ref: migrate to eslint v9 10 bulan lalu
tools 6564f03965 ref!: remove downloadURL and updateURL directives 10 bulan lalu
utils d2f9f12450 feat: much better a11y for cfg menu & hotkey input 9 bulan lalu
README.md f983c46948 docs: add and edit a bunch of subdir readmes 10 bulan lalu
config.ts 7fc9532a24 ref: archive unfinished feature 10 bulan lalu
constants.ts 86d4d92bb1 fix: restore video time edge cases 10 bulan lalu
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 tahun lalu
index.ts d8edad1a4f ref: better prefix for global css vars 9 bulan lalu
interface.ts 77eb58e8d1 fix: plugin registration & event description 9 bulan lalu
observers.ts c6a7870140 fix: race conditions 9 bulan lalu
siteEvents.ts c6a7870140 fix: race conditions 9 bulan lalu
types.ts dc39299a3d ref: renamed stuff 9 bulan lalu

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