Sv443 1bd54a621d feat: open auto like dialog when clicking "liked vid/song" toast před 7 měsíci
..
components a116d98b60 ref: toast cursor před 8 měsíci
dev 2f0b412369 docs: integrations section in the readmes před 8 měsíci
dialogs d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML před 8 měsíci
features 1bd54a621d feat: open auto like dialog when clicking "liked vid/song" toast před 7 měsíci
menu d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML před 8 měsíci
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog před 8 měsíci
tools 270ce83459 fix: EOL newline in tr-format cmd před 8 měsíci
utils 472f89590c fix: trusted types policy před 7 měsíci
README.md f983c46948 docs: add and edit a bunch of subdir readmes před 10 měsíci
config.ts 4fc7e20127 feat: toast improvements před 8 měsíci
constants.ts eb22bde5ec ref: remove tslib & small refactors před 8 měsíci
declarations.d.ts 520689c104 Release 1.1.0 (#35) před 1 rokem
index.ts d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML před 8 měsíci
interface.ts 71c38402a6 feat: expose getCurrentMediaType() on interface před 8 měsíci
observers.ts c6a7870140 fix: race conditions před 9 měsíci
siteEvents.ts ae68b5487d ref: update userutils před 8 měsíci
storeSerializer.ts 151ba067cc ref: rename cfg data store instance před 8 měsíci
types.ts 472f89590c fix: trusted types policy před 7 měsíci

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