稿定设计去水印

稿定设计去水印插件

目前為 2023-07-21 提交的版本,檢視 最新版本

// ==UserScript==
// @name         稿定设计去水印
// @namespace    gaodingsheji
// @version      0.1
// @description  稿定设计去水印插件
// @author       pachyming
// @match        https://*.gaoding.com/design*
// @match        https://*.gaoding.com/design/video?id=*
// @match        https://*.gaoding.com/odyssey/design*
// @match        https://*.gaoding.com/editor/design*
// @match        https://g.h5gd.com/p/*
// @icon         https://www.gaoding.com/favicon.ico
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==

let styleElement = document.createElement('style');
styleElement.innerHTML = `
  .editor-watermark {
    z-index: -5 !important;
  }
`;
document.head.appendChild(styleElement);

QingJ © 2025

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