Skip to content

tientq64/userscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“œ UserScripts

The userscript collection I wrote makes life easier and better. I use the browser extension TamperMonkey to run and manage userscripts. You need to install it first to use userscript.

๐Ÿ“– Usage

Install on GreasyFork (Recommended)

Visit a list of some of my userscripts on the GreasyFork website here.

Install on GitHub

Each folder in the scripts folder contains a script.user.js file, which contains the script code. Click on that file, then click Raw button to install it.

๐Ÿ› Bug report

Report bugs here.

๐Ÿ› ๏ธ Development guide

This section is for developers. If you are a user, you can skip this section.

Clone this repository:

git clone https://github.com/tientq64/userscripts.git
cd userscripts

Install pnpm if not installed:

npm i -g pnpm

Install dependencies:

pnpm install

Start:

pnpm run watch

The script.user.js file is compiled from the script.user.ts file, so do not modify it.

While developing, instead of having to reinstall the script.user.js file every time it changes, installing the dev.user.js file solves that problem. But note, if you change in the metadata block, you have to reinstall the dev.user.js file.

โš–๏ธ License

All scripts are licensed under the MIT license.