阿森 (@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; // 将定时器变量移到外...