urbtix

Template userscript created by Stay

// ==UserScript==
// @name         urbtix
// @namespace    https://stay.app/
// @version      0.1
// @description  Template userscript created by Stay
// @author       You
// @match        http://www.yahoo.com.hk/
// @grant        none
// ==/UserScript==
 
(function () {
    'use strict';
  
    // Your code here...
  location.replace("http://www.urbtix.hk/");
})();