-
-
Save redtrillix/2992d12ea2194ee64bd2d50b73bbe32e to your computer and use it in GitHub Desktop.
Tampermonkey Userscript - Website Auto-Refresh Timer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto-Refresh | |
// @author thefloodshark | |
// @editor redtrillix | |
// @include https://myanimelist.net/animelist/RedTrillix?order=5&status=1 | |
// @include https://myanimelist.net/history/RedTrillix | |
// ==/UserScript== | |
setTimeout(function(){ location.reload(); }, 60*1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment