Sv443 93287848b7 fix: change lyrics feature inits hai 7 meses
..
components ff15e1e312 feat: generic type StringGen for *very* implicit string conversion hai 7 meses
dev 2f0b412369 docs: integrations section in the readmes hai 8 meses
dialogs 708c939125 ref: rename icon hai 7 meses
features 93287848b7 fix: change lyrics feature inits hai 7 meses
menu b4de125dd7 feat: implement userutils 7.3.0 translation features hai 7 meses
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog hai 8 meses
tools bf86ef3fe1 ref: change preview command hai 7 meses
utils b4de125dd7 feat: implement userutils 7.3.0 translation features hai 7 meses
README.md f983c46948 docs: add and edit a bunch of subdir readmes hai 10 meses
config.ts a532c22395 feat: configurable lyrics error toast hai 7 meses
constants.ts f3e1a81419 feat: console watermark improvements hai 7 meses
declarations.d.ts 520689c104 Release 1.1.0 (#35) hai 1 ano
index.ts f02c764d55 feat: implement new text input "prompt" dialog hai 7 meses
interface.ts a88b977eec fix: correct types for dialogOpened and dialogClosed events hai 7 meses
observers.ts c6a7870140 fix: race conditions hai 9 meses
siteEvents.ts ae68b5487d ref: update userutils hai 8 meses
storeSerializer.ts 151ba067cc ref: rename cfg data store instance hai 8 meses
types.ts a532c22395 feat: configurable lyrics error toast hai 7 meses

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