NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name BUAA Course Center No Logout
// @namespace https://ddosolitary.org/
// @version 0.1
// @author DDoSolitary
// @match https://course.buaa.edu.cn/*
// @match https://course.e1.buaa.edu.cn/*
// @match https://course.e2.buaa.edu.cn/*
// @grant none
// @license MIT
// @updateURL https://openuserjs.org/meta/DDoSolitary/BUAA_Course_Center_No_Logout.meta.js
// ==/UserScript==
(function() {
'use strict';
if (typeof portal !== 'undefined') portal.timeoutDialog.enabled = false;
})();