AtcoderVirtualContestAutoReload

ja

  1. // ==UserScript==
  2. // @name AtcoderVirtualContestAutoReload
  3. // @namespace https://Luzhiled.github.io
  4. // @version 1.0
  5. // @author Luzhiled
  6. // @description ja
  7. // @include https://not-522.appspot.com/contest/*
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. 'use strict';
  12.  
  13. setTimeout(function(){location.reload();}, 60000);
  14. })();