NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Port.ro old2new
// @version 0.1
// @description Replaces the old look wherever possible
// @author You
// @match http://port.ro/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
if (top.location.href.match(/oldtv\.channel/).length) top.location.href = top.location.href.replace("oldtv","tv");