超星登录自动跳转

解决登录超星之后提示[您好,请查看您的浏览器是否已经禁用cookie功能,请开启后重新访问。]的问题

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         超星登录自动跳转
// @namespace    https://greasyfork.org/zh-CN/users/699743-%E6%9D%A8%E5%AE%87%E8%88%AA
// @version      0.3
// @description  解决登录超星之后提示[您好,请查看您的浏览器是否已经禁用cookie功能,请开启后重新访问。]的问题
// @author       杨宇航
// @match        http://fxlogin.chaoxing.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
location.href = "http://i.chaoxing.com/"
})();