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 NodeSeek 私信优化脚本 | |
// @namespace https://www.nodeseek.com/ | |
// @version 1.0.0 | |
// @description NodeSeek 私信记录本地缓存与WebDAV备份 | |
// @author yuyan | |
// @match https://www.nodeseek.com/notification* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant GM_xmlhttpRequest |
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 NodeImage图片上传助手 | |
// @namespace https://api.nodeimage.com/ | |
// @version 2.2.3 | |
// @description NodeSeek编辑器图片上传助手,管理面板,基于官方脚本更改。 | |
// @author shuai&yuyan | |
// @match *://www.nodeseek.com/* | |
// @match *://nodeimage.com/* | |
// @match *://*.nodeimage.com/* | |
// @grant GM_xmlhttpRequest |