📌 📄 内容摘要:
阿森 (@Lsen) 在 135编辑器图片编辑跳过限制(多图片同时设置) 中发帖
直接上代码
// ==UserScript==
// @name Auto Bypass VIP
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 自动赋值 editor.is_paid_user 为 true 绕过VIP限制
// @author You
// @match *://*.135editor.com/*
// @match *://www.135editor.com/js/ueditor/dialogs/135editor/imgstyle.html*
// @grant none
// ==/UserScript==
let vipInterval = null; // 将定时器变量移到外...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/237080/1 ─────────────────────────────
📢 来源:LINUX DO