readAll

it1352需要关注公众号获取验证码,很难受,所以搞了下

  1. // ==UserScript==
  2. // @name readAll
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description it1352需要关注公众号获取验证码,很难受,所以搞了下
  6. // @author You
  7. // @match https://www.it1352.com/*
  8. // @grant none
  9. // @license GPLv3
  10. // ==/UserScript==
  11. // 阅读全文
  12. (function() {
  13. 'use strict';
  14. $.cookie('olduser', '1', { domain: 'it1352.com', expires: 15 });
  15. // Your code here...
  16. })();

QingJ © 2025

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