FuckXueKeWang

fuck XueKeWang

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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...
})();