網際網路應用系統設計 作業八( 5/23 Homework)
GreaseMoney Script definition, if you don’t follow the rules, will unable to install.
// ==UserScript==
// @name reload
// @namespace
// @description reload webpage after 60sec
// ==/UserScript==
(function()
{
setTimeout("document.location.reload()",60000);
})
();
0 Comments:
張貼留言
<< Home