主 题:Greasy Fork脚本【NS 管理记录快捷查看】时区修正
发 布 者:sss1231
标签分类: 日常
时 间:2026-08-12 21:32:23
内容预览:原脚本:NS 管理记录快捷查看修改后版本:// ==UserScript==// @name NS 管理记录快捷查看// @namespace ns-seek-overlay// @version 0.3.6// @description 在每层 comment-menu 增加“⚖️ 管理记录”按钮,点击查看该用户管理记录// @match https://www.nodeseek.com/post-*// @grant none// @license MIT// @downloadURL https://update.greasyfork.org/scripts/567915/NS%20%E7%AE%A1%E7%90%86%E8%AE%B0%E5%BD%95%E5%BF%AB%E6%8D%B7%E6%9F%A5%E7%9C%8B.user.js// @updateURL https://update.greasyfork.org/scripts/567915/NS%20%E7%AE%A1%E7%90%86%E8%AE%B0%E5%BD%95%E5%BF%AB%E6%8D%B7%E6%9F%A5%E7%9C%8B.meta.js// ==/UserScript==(function () { 'use strict'; const API_BASES = [ 'https://api.xxboxx.de', 'http://127.0.0.1:18081', ]; function esc(s) { return String(s ?? '').replace(/%26lt%3b/g, '%26lt;').replace(/%26gt%3b/g, '%26gt;'); } function label(row) {
直达链接: https://www.nodeseek.com/post-870735-1
发 布 者:sss1231
标签分类: 日常
时 间:2026-08-12 21:32:23
内容预览:原脚本:NS 管理记录快捷查看修改后版本:// ==UserScript==// @name NS 管理记录快捷查看// @namespace ns-seek-overlay// @version 0.3.6// @description 在每层 comment-menu 增加“⚖️ 管理记录”按钮,点击查看该用户管理记录// @match https://www.nodeseek.com/post-*// @grant none// @license MIT// @downloadURL https://update.greasyfork.org/scripts/567915/NS%20%E7%AE%A1%E7%90%86%E8%AE%B0%E5%BD%95%E5%BF%AB%E6%8D%B7%E6%9F%A5%E7%9C%8B.user.js// @updateURL https://update.greasyfork.org/scripts/567915/NS%20%E7%AE%A1%E7%90%86%E8%AE%B0%E5%BD%95%E5%BF%AB%E6%8D%B7%E6%9F%A5%E7%9C%8B.meta.js// ==/UserScript==(function () { 'use strict'; const API_BASES = [ 'https://api.xxboxx.de', 'http://127.0.0.1:18081', ]; function esc(s) { return String(s ?? '').replace(/%26lt%3b/g, '%26lt;').replace(/%26gt%3b/g, '%26gt;'); } function label(row) {
直达链接: https://www.nodeseek.com/post-870735-1