破解IT1352网站微信扫码

比之前简单了很多

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         破解IT1352网站微信扫码
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  比之前简单了很多
// @author       You
// @match        https://www.it1352.com/*.html
// @require      https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js
// @require      https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js
// @icon         https://www.google.com/s2/favicons?sz=64&domain=it1352.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(() =>{
        $.cookie('olduser', '1', { domain: 'it1352.com', expires: 15 });
        $('#chkinfo').fadeIn(100);
        $('#chkinfo').html('登录成功,请稍后..').addClass('tipok').removeClass('tiperr');
        setTimeout("$('#pop').fadeOut();", 1000);
        window.location.reload();
    },5000)
    // Your code here...
})();