Sv443 1ec655053c ref: plugin stuff há 10 meses atrás
..
components 43ee1d5c14 ref: remove all references to NodeJS types há 10 meses atrás
dev 8bcfe0d254 docs: dev há 10 meses atrás
dialogs 191c946fd5 fix: wider changelog dialog há 10 meses atrás
features 0db0aa6f90 fix: showVotes watch ID resolution error há 10 meses atrás
menu 057bfa72f0 feat: config menu logo há 10 meses atrás
stories ba39ad94fd ref: migrate to eslint v9 há 10 meses atrás
tools 6564f03965 ref!: remove downloadURL and updateURL directives há 10 meses atrás
utils 767814d333 ref: parse import delay and comments há 10 meses atrás
README.md f983c46948 docs: add and edit a bunch of subdir readmes há 10 meses atrás
config.ts 7fc9532a24 ref: archive unfinished feature há 10 meses atrás
constants.ts 86d4d92bb1 fix: restore video time edge cases há 10 meses atrás
declarations.d.ts 520689c104 Release 1.1.0 (#35) há 1 ano atrás
index.ts ddd0d259b2 ref: readmes há 10 meses atrás
interface.ts 1ec655053c ref: plugin stuff há 10 meses atrás
observers.ts 46f7199a53 fix: made defaultConfig no longer include the value-less options há 10 meses atrás
siteEvents.ts 3aac64fb93 fix: trigger URL-based siteEvents sooner há 10 meses atrás
types.ts 95463c93c3 ref: plugin interface types and contrib guide há 10 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