Mirror of BetterYTM's source code https://github.com/Sv443/BetterYTM
|
1 tahun lalu | |
---|---|---|
.github | 1 tahun lalu | |
.vscode | 1 tahun lalu | |
dev | 1 tahun lalu | |
dist | 1 tahun lalu | |
resources | 1 tahun lalu | |
src | 1 tahun lalu | |
.eslintrc.json | 1 tahun lalu | |
.gitignore | 1 tahun lalu | |
LICENSE.txt | 3 tahun lalu | |
README.md | 1 tahun lalu | |
changelog.md | 1 tahun lalu | |
global.d.ts | 1 tahun lalu | |
package-lock.json | 1 tahun lalu | |
package.json | 1 tahun lalu | |
tsconfig.json | 1 tahun lalu | |
webpack.config.js | 1 tahun lalu |
Userscript that improves YouTube Music
To toggle features on or off, install the userscript, then edit it and look for the big "Settings" banner.
Below it you will find an object with properties that can be set to true
or false
accordingly.
Once this script is more finished, I might add a menu to toggle these more easily.
Requires a userscript manager browser extension. I recommend the following:
Firefox: ViolentMonkey or TamperMonkey
Chrome: ViolentMonkey or TamperMonkey
Edge: ViolentMonkey or TamperMonkey
Once you have the extension, click this button to install the userscript:
Command | Description |
---|---|
npm i |
Run once to install dependencies |
npm run lint |
Lints the userscript with ESLint |
npm run build |
Builds the userscript |
npm run watch |
Watches, rebuilds and serves the userscript on port 8710, so it can be updated live if set up correctly in the userscript manager |
When using ViolentMonkey, after running the command npm run watch
, open http://localhost:8710/BetterYTM.user.js
and select the Track local file
option.
This makes it so the userscript automatically updates when the code changes.