afelix / Port.ro old2new

// ==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");