userstyles.org - Auto Enable Source Editor

auto enables the source editor on userstyles.org

目前為 2019-12-11 提交的版本,檢視 最新版本

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

(() => {
  'use strict';

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

QingJ © 2025

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