Greasy Fork is available in English.

ReloadPage 2.5min

try to take over the world!

// ==UserScript==
// @name         ReloadPage 2.5min
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  try to take over the world!
// @author       You
// @match        https://freebitco.in/
// @match        http://example.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
setTimeout(function(){ location.reload(); }, 2000*10*6);
})();