Sv443 b4de125dd7 feat: implement userutils 7.3.0 translation features 7 місяців тому
..
components ff15e1e312 feat: generic type StringGen for *very* implicit string conversion 7 місяців тому
dev 2f0b412369 docs: integrations section in the readmes 8 місяців тому
dialogs 6692f2243e feat: lots of prompt dialog improvements 7 місяців тому
features d6294c1c95 feat: hi, ja, zh translations 7 місяців тому
menu b4de125dd7 feat: implement userutils 7.3.0 translation features 7 місяців тому
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog 8 місяців тому
tools bf86ef3fe1 ref: change preview command 7 місяців тому
utils b4de125dd7 feat: implement userutils 7.3.0 translation features 7 місяців тому
README.md f983c46948 docs: add and edit a bunch of subdir readmes 10 місяців тому
config.ts 119793609e feat: replace all confirm() and alert() uses with new prompt dialog 7 місяців тому
constants.ts f3e1a81419 feat: console watermark improvements 7 місяців тому
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 рік тому
index.ts f02c764d55 feat: implement new text input "prompt" dialog 7 місяців тому
interface.ts b4de125dd7 feat: implement userutils 7.3.0 translation features 7 місяців тому
observers.ts c6a7870140 fix: race conditions 9 місяців тому
siteEvents.ts ae68b5487d ref: update userutils 8 місяців тому
storeSerializer.ts 151ba067cc ref: rename cfg data store instance 8 місяців тому
types.ts b4de125dd7 feat: implement userutils 7.3.0 translation features 7 місяців тому

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