// ==UserScript== // @name page refresh // @namespace roger21.free.fr // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQAAAABbAUdZAAAALElEQVR42mP4DwQMaMQHg8P8EOLz%2F%2F%2FnIcR%2FOPEZpARGUEH2w2EefgiBxS0ARNpzyS9f0t0AAAAASUVORK5CYII%3D // @include https://forum.hardware.fr/forum1f.php?config=hfr.inc&owntopic=1&new=0&nojs=0 // @include https://www.twitch.tv/directory/following* // @noframes // @grant none // ==/UserScript== // $Rev: 2045 $ var refresh=function(){ window.location.reload(true); } window.setTimeout(refresh, 5 * 60 * 1000); // 5 minutes