FuckXueKeWang

fuck XueKeWang

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name         FuckXueKeWang
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  fuck XueKeWang
// @author       mcard
// @match        http://zujuan.xkw.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    usergroup.GroupID = 10;
    console.log("成功设置用户组为" + usergroup.GroupID);
    console.log("正在调整用户的其它选项");
    usergroup.AllowUploadQuesFile = true;
    usergroup.CanAutoSelQues = true;
    usergroup.CanDownQuesParse = true
    usergroup.CanSearchQues = true
    usergroup.CanViewQuesParse = true
    usergroup.CanVisitPaperGradeList = "1000000";
    usergroup.CancollectQues = true;
    usergroup.MaxAutoPaper = 100;
    usergroup.MaxCreatePaperOneDay = 100;
    usergroup.MaxDownParse = 100;
    usergroup.GroupName = "超级管理员";
    usergroup.GroupNote = "超级管理员";
    usergroup.MaxCreatePaperOneDay_danzhanghao = 100;
    usergroup.MaxDownParse = 100;
    usergroup.MaxFavPaper = 100;
    usergroup.MaxFavQues = 100;
    usergroup.MaxQuesNumInPaper = 10000;
    usergroup.MaxViewParse = 1000;
    usergroup.TrailMaxCreatePaperOneDay = 1000;

    // 无聊玩意
    userinfo.GroupID = 10;
    // Your code here...
})();