Sv443 8c954c4577 ref: made arrowKeySkipBy a slider and go up to 30 instead of 60 seconds há 7 meses atrás
..
components a116d98b60 ref: toast cursor há 8 meses atrás
dev 2f0b412369 docs: integrations section in the readmes há 8 meses atrás
dialogs d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML há 8 meses atrás
features 8c954c4577 ref: made arrowKeySkipBy a slider and go up to 30 instead of 60 seconds há 7 meses atrás
menu d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML há 8 meses atrás
stories f5325c69ba feat: toggle auto-like btn on chan. page if toggled in dialog há 8 meses atrás
tools 2c2c67b670 ref: tr progress há 7 meses atrás
utils 472f89590c fix: trusted types policy há 7 meses atrás
README.md f983c46948 docs: add and edit a bunch of subdir readmes há 10 meses atrás
config.ts 8c954c4577 ref: made arrowKeySkipBy a slider and go up to 30 instead of 60 seconds há 7 meses atrás
constants.ts eb22bde5ec ref: remove tslib & small refactors há 8 meses atrás
declarations.d.ts 520689c104 Release 1.1.0 (#35) há 1 ano atrás
index.ts d9f491b926 ref: rename setInnerHtmlTrusted to setInnerHTML há 8 meses atrás
interface.ts 71c38402a6 feat: expose getCurrentMediaType() on interface há 8 meses atrás
observers.ts c6a7870140 fix: race conditions há 9 meses atrás
siteEvents.ts ae68b5487d ref: update userutils há 8 meses atrás
storeSerializer.ts 151ba067cc ref: rename cfg data store instance há 8 meses atrás
types.ts 472f89590c fix: trusted types policy há 7 meses atrás

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