Sv443 b7f2d7b829 feat: lots of prompt dialog improvements 7 months ago
..
components b7f2d7b829 feat: lots of prompt dialog improvements 6 months ago
dev 31c38e07e2 docs: integrations section in the readmes 6 months ago
dialogs b7f2d7b829 feat: lots of prompt dialog improvements 6 months ago
features f6b663b6e2 feat: hi, ja, zh translations 6 months ago
menu d1e261cd2d feat: improve prompt dialog styling 6 months ago
stories efa3af029d feat: toggle auto-like btn on chan. page if toggled in dialog 6 months ago
tools 2bbeb29396 ref: change preview command 6 months ago
utils bcb1b0d67e feat: implement new text input "prompt" dialog 6 months ago
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 months ago
config.ts 36553bc9d6 feat: replace all confirm() and alert() uses with new prompt dialog 6 months ago
constants.ts 6115356c78 feat: console watermark improvements 6 months ago
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 year ago
index.ts bcb1b0d67e feat: implement new text input "prompt" dialog 6 months ago
interface.ts 1c7f6abad0 ref: minor stuff 6 months ago
observers.ts d325e9926d fix: race conditions 6 months ago
siteEvents.ts 9adcac8c11 ref: update userutils 6 months ago
storeSerializer.ts 27c9e01a69 ref: rename cfg data store instance 6 months ago
types.ts cbd6a5e4c3 feat: expose showPrompt() on interface 6 months ago

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