Greasy Fork is available in English.

Diskuse » Development

自动再入网页 (但需要5秒后再自动再入)

§
Posted: 05. 12. 2022
Edited: 05. 12. 2022

// ==UserScript==
// @name HIN
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://queue.hkticketing.com/hotshow.html
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==

(function() {
'use strict';

// Your code here...
location.replace("https://premier.hkticketing.com/shows/show.aspx?sh=ERROR1222");
})();

§
Posted: 05. 12. 2022

我想开发一個自动再入网页的
但需要5秒后再自动再入
想問一下我要如何改呢?


// ==UserScript==
// @name HIN
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://queue.hkticketing.com/hotshow.html
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==

(function() {
'use strict';

// Your code here...
location.replace("https://premier.hkticketing.com/shows/show.aspx?sh=ERROR1222");
})();

Post reply

Sign in to post a reply.