prnt.sc: enable saving

-

  1. // ==UserScript==
  2. // @name prnt.sc: enable saving
  3. // @namespace Violentmonkey Scripts
  4. // @match https://prnt.sc/*
  5. // @match https://*.proxysite.com/*
  6. // @grant none
  7. // @version 0.1.1
  8. // @author -
  9. // @description -
  10. // @license GPLv3
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. document.querySelector('img.screenshot-image')?.classList.remove('no-click');
  17. document.querySelector('div.under-image')?.remove();
  18.  
  19.  
  20. })();

QingJ © 2025

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