New script - tampermonkey.net

10/13/2023, 9:21:07 AM

目前为 2023-10-13 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name New script - tampermonkey.net
  3. // @namespace Violentmonkey Scripts
  4. // @match https://www.easybib.com/*
  5. // @match https://www.citationmachine.net/*
  6. // @grant none
  7. // @name bypass ads in easybib.com and citationmachine.net
  8. // @version 1.1
  9. // @author -
  10. // @license MIT
  11. // @description 10/13/2023, 9:21:07 AM
  12. // ==/UserScript==
  13.  
  14. localStorage.setItem('clientState', '{"pageCount":-9999999999,"citationCount":-9999999999}')