Skip to content

Instantly share code, notes, and snippets.

@likesrt
likesrt / NodeSeek 私信优化脚本
Last active July 30, 2025 08:36
NodeSeek 私信记录本地缓存与WebDAV备份
// ==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
@likesrt
likesrt / gist:3c017b86facbd3997b7f2b451b6c8e3b
Last active July 13, 2025 08:25
NodeSeek Nodeimage图床编辑器增强+管理面板
// ==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