- https://api.sharecuts.cn/shortcuts 获取捷径社区数据
- https://api.sharecuts.cn/shortcuts/fresh 获取最新捷径
- https://api.sharecuts.cn/shortcuts/random 随机捷径
- https://api.sharecuts.cn/shortcuts/hot 热门捷径
- https://api.sharecuts.cn/shortcuts/[id] 指定捷径的详细信息
- https://sharecuts.cn/api/shortcuts?category_id=[类别ID]&offset=[偏移量] 获取指定类型捷径
- https://api.sharecuts.cn/users/[UserID]/ 获取用户详情
- https://api.sharecuts.cn/users/[UserID]/shortcuts/created 获取用户提交的捷径
This file contains 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 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 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 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 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 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 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 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