A collection of useful Tampermonkey userscripts.
Automatically switches Wikipedia pages to Simplified Chinese (Mainland China) version.
- File: wikipedia-zh-cn.user.js
- Function: When visiting any Wikipedia page, it automatically switches to Simplified Chinese (Mainland China) version if available
- Applicable sites:
*.wikipedia.org
Adds a button to copy the short commit SHA on GitHub repository pages.
- File: github-copy-short-sha.user.js
- Function: Adds a "Copy Short Sha" button next to the latest commit information on the main page of a GitHub repository. Clicking it copies the 7-character short SHA to the clipboard.
- Applicable sites:
*://github.com/*(specifically repository pages)
Automatically removes advertising iframe elements on MangaForFree website.
- File: mangaforfree-remove-offer-iframe.user.js
- Function: Automatically removes parent div elements containing iframe elements with title="offer" on mangaforfree.net
- Applicable sites:
https://mangaforfree.net/*
Automatically removes iframe elements with clipboard-write permission on Yuque website.
- File: yuque-remove-clipboard-iframe.user.js
- Function: Automatically removes iframe elements with allow="clipboard-write" attribute on yuque.com to prevent unwanted clipboard access
- Applicable sites:
https://www.yuque.com/*
- Install Tampermonkey browser extension
- Click on the script link above
- Click the "Install" button in the Tampermonkey page that opens
Feel free to submit Pull Requests to add new useful scripts or improve existing ones.
This project is licensed under the MIT License - see the LICENSE file for details.