VPS Smartpro Script - vps.com.vn

15:49:24, 31/5/2021

  1. // ==UserScript==
  2. // @name VPS Smartpro Script - vps.com.vn
  3. // @namespace Violentmonkey Scripts
  4. // @match https://smartpro.vps.com.vn/v1/
  5. // @grant none
  6. // @version 1.1
  7. // @author Hiraism
  8. // @description 15:49:24, 31/5/2021
  9. // ==/UserScript==
  10.  
  11. function setPin() {
  12. global.AccountPinCD = "" // Nhập mật khẩu tại đây
  13. }
  14.  
  15. // Canh trái số hợp đồng
  16. function setTextAlign() {
  17. document.getElementById("right_price").style.textAlign = "left"
  18. document.getElementById("sohopdong").style.textAlign = "left"
  19. }
  20.  
  21. console.stdlog = console.log.bind(console);
  22. console.log = function(){
  23. console.stdlog.apply(console, arguments);
  24. if(arguments[0] === "Reg Success!") {
  25. setPin();
  26. setTextAlign();
  27. shownotification('VPS Smartpro Script', "Khởi tạo thành công", 'info');
  28. }
  29. }

QingJ © 2025

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