Sleazy Fork is available in English.

乱搭水印去除器

去除乱搭的水印

  1. // ==UserScript==
  2. // @name 乱搭水印去除器
  3. // @namespace http://myrenta.net/
  4. // @version 0.1
  5. // @description 去除乱搭的水印
  6. // @author raincore
  7. // @match https://*.myrenta.com/viewer/*
  8. // @icon https://www.google.com/s2/favicons?domain=greasyfork.org
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. page.drawWatermark=function(ctx, left, top, width, height) {};
  16. // Your code here...
  17. })();