Advertisement
Guest User

Urbtix㩒飛

a guest
Aug 7th, 2018
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Urbtix㩒飛
  3. // @namespace    http://tampermonkey.net/
  4. // @version      1.0b
  5. // @description  Urbtix㩒飛
  6. // @author       IT9@LIHKG
  7. // @match        http://msg.urbtix.hk/
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12.     'use strict';
  13.     location.replace("http://www.urbtix.hk")
  14. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement