Greasy Fork

Greasy Fork is available in English.

移除飞书文档水印

让飞书文档干净一些

目前为 2023-02-20 提交的版本。查看 最新版本

// ==UserScript==
// @name        移除飞书文档水印
// @description 让飞书文档干净一些
// @version     0.1.0
// @author      lbb00
// @homepage    https://github.com/lbb00/remove-feishu-watermark
// @match       https://*.feishu.cn/*
// @run-at      document-start
// @grant       GM_addStyle
// @namespace http://greasyfork.icu/users/793340
// ==/UserScript==

GM_addStyle('.ssrWaterMark{opacity: 0;}')
GM_addStyle('div[style|=z]:not([class]):not(:has(*)) {opacity: 0;}')