Get Free Azure Pass Credit

Get Free Azure Pass Credit automatically

  1. // ==UserScript==
  2. // @name Get Free Azure Pass Credit
  3. // @namespace https://gf.qytechs.cn/users/8650
  4. // @version 0.2
  5. // @description Get Free Azure Pass Credit automatically
  6. // @author @LegendTang
  7. // @match https://www.itprocloudessentials.com/dashboard/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. if (document.readyState === 'complete' || document.readyState !== 'loading') {
  14. eventHandler();
  15. } else {
  16. document.addEventListener('DOMContentLoaded', eventHandler);
  17. }
  18.  
  19. function eventHandler (){
  20. document.getElementById('nav-cloudservices').childNodes[1].click();
  21. setInterval(function(){
  22. var code_btn = document.getElementsByClassName('cta-link -background _lightbluebg -expander')[0];
  23. code_btn.click();
  24. }, 2000);
  25. }
  26. })();

QingJ © 2025

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