Skip to content

Instantly share code, notes, and snippets.

@xMarch
xMarch / artale-market-weapon-ap-calc.js
Last active August 2, 2025 20:20
Artale Market Weapon AP Calculator
// ==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==
@xMarch
xMarch / patreondownloader.js
Last active October 8, 2024 15:37
Simple Patreon Attachment Downloader
// ==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
@xMarch
xMarch / darkmode4mttv.js
Created September 9, 2023 13:53
Darkmode Switch for MultiTwitch Embed Chat
// ==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