This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 灰基繁轉簡支援 (huiji-zh-t2s) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Convert Traditional Chinese to Simplified Chinese in search inputs on ff14.huijiwiki.com | |
| // @author Gemini | |
| // @match https://ff14.huijiwiki.com/wiki/* | |
| // @match https://ff14.huijiwiki.com/index.php* | |
| // @grant none | |
| // @require https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/t2cn.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Artale Market Weapon AP Calculator | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1.1 | |
| // @description Calculates and displays '總魔攻' and '有效AP' on the Artale Market transaction page, with a themed filter panel. | |
| // @author Gemini | |
| // @homepage https://gist.github.com/xMarch/d7b7db3e4d8cfb6e94e922c20d8c8d9f | |
| // @match https://artale-market.org/transaction* | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Simple Patreon Attachment Downloader | |
| // @namespace Ouraker.SimplePatreonAttachmentDowloader | |
| // @version 0.2 | |
| // @description A simple downloader that download patreon posts. | |
| // @author Ouraker | |
| // @match https://www.patreon.com/*/posts | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=patreon.com | |
| // @require https://raw.githubusercontent.com/Stuk/jszip/main/dist/jszip.min.js | |
| // @require https://raw.githubusercontent.com/eligrey/FileSaver.js/master/dist/FileSaver.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Darkmode Switch for MultiTwitch Embed Chat | |
| // @namespace MTTV-Embed-Chat-Darkmode | |
| // @version 0.1 | |
| // @description Fixes the issue that twitch embedded chatroom won't apply dark theme correctly in multitwitch.tv. Also adds a button letting you to toggle on and off light mode. | |
| // @author xMarch | |
| // @match https://www.twitch.tv/embed/*/chat* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv | |
| // @grant none | |
| // @sandbox DOM |