Increasing Visited Count on Tetris Friends

Refreshes your profile page to increase the visited count

目前为 2014-07-09 提交的版本,查看 最新版本

// ==UserScript==
// @name           Increasing Visited Count on Tetris Friends
// @description    Refreshes your profile page to increase the visited count
// @include        http://www.tetrisfriends.com/users/profile.php*
// @version 0.0.1.20140709045320
// @namespace https://greasyfork.org/users/2233
// ==/UserScript==

if(document.getElementById('container')==null) { setTimeout('location.reload()', 10000) } else { location.reload() }