HKTicketing 快达网 busy page

尝试跳过倒数

// ==UserScript==
// @name         HKTicketing 快达网 busy page
// @namespace    https://www.jwang0614.top/scripts
// @version      0.1
// @description  尝试跳过倒数
// @author       Olivia
// @match        busy.hkticketing.com*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...

    var des_url = "https://www.google.com";

    document.location = des_url;
})();