Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created October 12, 2018 10:00
Show Gist options
  • Save jackysee/9ad6a7b5c984ad35e4828ab46c985a14 to your computer and use it in GitHub Desktop.
Save jackysee/9ad6a7b5c984ad35e4828ab46c985a14 to your computer and use it in GitHub Desktop.
reload urbtix
// ==UserScript==
// @name reload urbtix
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://msg.urbtix.hk/*
// @match *://busy.urbtix.hk/*
// @grant none
// ==/UserScript==
window.location.href = '//www.urbtix.hk';
@fantastwt
Copy link

11111111111111111111111111111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment