STFU GeeksForGeeks

Stop GeeksForGeeks from opening its stupid login modal

  1. // ==UserScript==
  2. // @name STFU GeeksForGeeks
  3. // @namespace https://khang06.github.io/
  4. // @version 1.0
  5. // @description Stop GeeksForGeeks from opening its stupid login modal
  6. // @author Khangaroo
  7. // @match https://www.geeksforgeeks.org/*
  8. // @grant none
  9. // @run-at document-start
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. localStorage.setItem("gfgViewCount", 0);
  17. localStorage.setItem("guestPageCount", 0);
  18. })();

QingJ © 2025

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