2023最新稿定设计去水印

稿定设计去水印插件

目前为 2024-08-01 提交的版本。查看 最新版本

// ==UserScript==
// @name         2023最新稿定设计去水印
// @namespace    gaodingsheji
// @version      0.3
// @description  稿定设计去水印插件
// @author       pachyming
// @match        https://*.focodesign.com/design*
// @match        https://*.focodesign.com/design/video?id=*
// @match        https://*.focodesign.com/odyssey/design*
// @match        https://*.focodesign.com/editor/design*
// @icon         https://focodesign.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或关注我们的公众号极客氢云获取最新地址