# userscripts **Repository Path**: dmsrs/userscripts ## Basic Information - **Project Name**: userscripts - **Description**: Various browser userscripts I created/maintain - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-19 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Userscripts Various userscripts maintained by webpack, and also hosted on this repository. if you want to add a new script, just need a few steps: first, fork this repository, second, add folder in the `src`, finally, edit your user script(the extension should be `.user.js` or `.user.es6` or `.user.mjs` ). if you debug or release your scripts, you need run command - `npm run start` or `npm run build` . This repository is inspired by [userscript](https://github.com/fuzetsu/userscripts) and [webpack-userscript](https://github.com/momocow/webpack-userscript). You can install the script here on github to always have the latest development version (links below). View more information about a particular script by clicking on its name. ### Scripts |Name|Links|| |-|:-:|:-:| |Auto Close YouTube Ads|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/auto-close-youtube-ads)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/auto-close-youtube-ads.user.js)| |Crunchyroll Video Utilities|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/crunchyroll-video-utilities)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/crunchyroll-video-utilties.user.js)| |Best Teacher(JQuery)|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/findteacherson51talk)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/findingteacher.user.js)| |Format JSON|_no readme_|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/format-json.user.js)| |URLTest|_no readme_|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/URLTest.user.js)| |Kitsu MAL Rating|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/kitsu-mal-rating)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/kitsu-mal-rating.user.js)| |Prettier Anything|_no readme_|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/prettier-anything.user.js)| |YouTube Playlist Search|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/youtube-playlist-search)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/youtube-playlist-search.user.js)| |YouTube Playlist Time|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/youtube-playlist-time)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/youtube-playlist-time.user.js)| ### Utilities | Script Name | Links | | | ----------------- | :--------------: | :--------------: | | Wait for Elements | [Info][infolink] | [Code][codelink] | [infolink]: https://github.com/fuzetsu/userscripts/tree/master/wait-for-elements [codelink]: https://github.com/fuzetsu/userscripts/raw/master/wait-for-elements/wait-for-elements.js ### Unmaintained |Name|Links|| |-|:-:|:-:| |Crunchyroll Queue Real Times|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/crunchyroll-queue-times)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/crunchyroll-queue-times.user.js)| |Gfycat Redirect to Webm|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/gfycat-redirect-to-webm)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/gfycat-redirect-to-webm.user.js)| |Hangouts Notifier|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/hangouts-notifier)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/hangouts-notifier.user.js)| |Hummingbird Compatibility Hover|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/hummingbird-compatibility-hover)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/hummingbird-compatibility-hover.user.js)| |Kijiji Middle Click|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/kijiji-middle-click)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/kijiji-middle-click.user.js)| |YouTube History Management|[Info](https://gitee.com/tsharp/userscripts/tree/master/src/youtube-history-management)|[Install](https://gitee.com/tsharp/userscripts/raw/master/dist/youtube-history-management.user.js)|