Sv443 07520a4a29 fix: missing keys not being saved to persistent storage after being added to ram il y a 10 mois
..
components 575452371f fix: better ripple button anim speed and colors il y a 10 mois
dev f983c46948 docs: add and edit a bunch of subdir readmes il y a 10 mois
dialogs ae5dbcd533 ref: use getFeature() func il y a 10 mois
features a4dc4547ac feat: special shift and ctrl modifiers for above queue btns il y a 10 mois
menu 6d56312bdd fix: make number and arrow keys usable in cfg menu il y a 10 mois
stories ba39ad94fd ref: migrate to eslint v9 il y a 10 mois
tools ba39ad94fd ref: migrate to eslint v9 il y a 10 mois
utils ae5dbcd533 ref: use getFeature() func il y a 10 mois
README.md f983c46948 docs: add and edit a bunch of subdir readmes il y a 10 mois
config.ts 07520a4a29 fix: missing keys not being saved to persistent storage after being added to ram il y a 10 mois
constants.ts 3ebb6fd46e ref: switch to NodeNext module resolution thanks to a cool eslint plugin il y a 10 mois
declarations.d.ts 520689c104 Release 1.1.0 (#35) il y a 1 an
index.ts ae5dbcd533 ref: use getFeature() func il y a 10 mois
interface.ts 8ff4a18a1d feat: begin show likes & dislikes feature il y a 10 mois
observers.ts 46f7199a53 fix: made defaultConfig no longer include the value-less options il y a 10 mois
siteEvents.ts dea11150ca ref: unimportant siteEvents renaming il y a 10 mois
types.ts 8ff4a18a1d feat: begin show likes & dislikes feature il y a 10 mois

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