Sv443 c3eeebde3d feat: sort adornments 8 kuukautta sitten
..
components 229a64643e docs: add message-string-only overload to showToast 8 kuukautta sitten
dev 70295160eb ref: remove advancedLyricsFilter feature 8 kuukautta sitten
dialogs e20d56e816 fix: auto-fill add/change channel name prompt if channel already exists 8 kuukautta sitten
features c3eeebde3d feat: sort adornments 8 kuukautta sitten
menu bd226b3104 ref: update eslint typescript plugin 8 kuukautta sitten
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog 8 kuukautta sitten
tools f5c5ee88de fix: don't use DOM lib in node process 8 kuukautta sitten
utils bd226b3104 ref: update eslint typescript plugin 8 kuukautta sitten
README.md f983c46948 docs: add and edit a bunch of subdir readmes 10 kuukautta sitten
config.ts 70295160eb ref: remove advancedLyricsFilter feature 8 kuukautta sitten
constants.ts 86d4d92bb1 fix: restore video time edge cases 10 kuukautta sitten
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 vuosi sitten
index.ts 1354e55c32 chore: build preview 8 kuukautta sitten
interface.ts 604201856a feat: catch siteevent and interface event errors 9 kuukautta sitten
observers.ts c6a7870140 fix: race conditions 9 kuukautta sitten
siteEvents.ts 79b677e4ba fix: emit watchIdChange correctly 9 kuukautta sitten
storeSerializer.ts 5bb002bef1 feat: DataStoreSerializer support 9 kuukautta sitten
types.ts 70295160eb ref: remove advancedLyricsFilter feature 8 kuukautta sitten

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