51CTO不绑定微信

无需绑定微信就能看免费课

目前为 2021-03-12 提交的版本。查看 最新版本

// ==UserScript==
// @name         51CTO不绑定微信
// @namespace    https://qinlili.bid
// @version      0.1
// @description  无需绑定微信就能看免费课
// @author       琴梨梨
// @match        https://edu.51cto.com/course/*.html
// @icon        https://edu.51cto.com/favicon.ico
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    (function(open) {

    XMLHttpRequest.prototype.open = function(method, url, async, user, pass) {

if(url.indexOf("wechat-status")>0){
    url= "data:application/json;base64,eyJzdGF0dXMiOjEsIm1zZyI6IiIsImRhdGEiOjExNDUxNH0=";
               }
        open.call(this, method, url, async, user, pass);
    };

})(XMLHttpRequest.prototype.open);
})();

QingJ © 2025

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