Greasy Fork is available in English.

Συζητήσεις » Ανάπτυξη

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

§
Δημοσιεύτηκε: 05/12/2022
Επεξεργάστηκε: 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");
})();

§
Δημοσιεύτηκε: 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");
})();

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.