Sleazy Fork is available in English.

乱搭水印去除器

去除乱搭的水印

// ==UserScript==
// @name         乱搭水印去除器
// @namespace    http://myrenta.net/
// @version      0.1
// @description  去除乱搭的水印
// @author       raincore
// @match        https://*.myrenta.com/viewer/*
// @icon         https://www.google.com/s2/favicons?domain=greasyfork.org
// @license      MIT
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    page.drawWatermark=function(ctx, left, top, width, height) {};
    // Your code here...
})();