userstyles.org - Auto Enable Source Editor

auto enables the source editor on userstyle.org

目前为 2018-03-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         userstyles.org - Auto Enable Source Editor
// @namespace    https://gf.qytechs.cn/users/649
// @version      1.0.1
// @description  auto enables the source editor on userstyle.org
// @author       Adrien Pyke
// @match        *://userstyles.org/styles/*/edit*
// @match        *://userstyles.org/styles/new*
// @grant        none
// ==/UserScript==

(() => {
	'use strict';

	document.querySelector('#enable-source-editor-code').click();
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址