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
@echo off | |
chcp 65001 >nul | |
setlocal enabledelayedexpansion | |
:: 防止窗口意外关闭 | |
title WebM to MP4 Converter | |
echo Starting WebM to MP4 Converter... | |
echo. | |
:: 设置搜索目录 |
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 豆瓣小组管理助手 | |
// @namespace https://anl.gg/ | |
// @version 2025-03-26 | |
// @description 改进豆瓣小组管理功能,保存用户申请加入群组的备注 | |
// @author greatghoul | |
// @match https://www.douban.com/group/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=douban.com | |
// @require https://code.jquery.com/jquery-3.7.1.min.js | |
// @grant GM_setValue |
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
(function () { | |
function clickElement(element) { | |
return new Promise((resolve, reject) => { | |
const event = new MouseEvent("click", { bubbles: true, cancelable: true }); | |
element.dispatchEvent(event); | |
setTimeout(() => resolve(element), 500); | |
}); | |
} | |
async function start() { |
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 九酷音乐网mp3下载 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.9ku.com/play/* | |
// @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 HabitRPG - Hide System Messages in Party | |
// @namespace https://anl.gg/ | |
// @version 0.1.1 | |
// @description Don't show system messages in party by default. | |
// @author greatghoul | |
// @match https://habitica.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=habitica.com | |
// @grant none | |
// ==/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
foo: bar | |
name: Test |
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 ZenDesk Private Comment By Default | |
// @namespace greatghoul | |
// @version 0.1 | |
// @description ZenDesk Private Comment By Default | |
// @author greatghoul | |
// @match https://*.zendesk.com/* | |
// @grant none | |
// ==/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 Tower 高亮我的任务 | |
// @namespace greatghoul | |
// @version 0.1 | |
// @description | |
// @author greatghoul | |
// @match https://tower.im/* | |
// @grant none | |
// ==/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
--- /dev/fd/63 2019-05-15 16:05:13.000000000 +0800 | |
+++ /dev/fd/62 2019-05-15 16:05:13.000000000 +0800 | |
@@ -9,6 +9,20 @@ | |
<string>is.workflow.actions.comment</string> | |
<key>WFWorkflowActionParameters</key> | |
<dict> | |
+ <key>SCAuthorInfo</key> | |
+ <string>1</string> | |
+ <key>WFCommentActionText</key> | |
+ <string>作者:理查德•帕克 |
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 阿里云云解析备注 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://dns.console.aliyun.com/ | |
// @require https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @grant none |
NewerOlder