New Userscript

try to take over the world!

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://uchi.ru/students/main
// @grant        none
// ==/UserScript==
setInterval(function(){
location.reload()
},100)