ja
当前为
// ==UserScript==
// @name AtcoderVirtualContestAutoReload
// @namespace https://Luzhiled.github.io
// @version 1.0
// @author Luzhiled
// @description ja
// @include https://not-522.appspot.com/contest/*
// ==/UserScript==
(function() {
'use strict';
setTimeout(function(){location.reload();}, 60000);
})();