NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name UOL novo site redireciona para antigo
// @namespace
// @version 0.1
// @description Faz o novo site da UOL redirecionar para o chat antigo.
// @author MegaAnim
// @match http://batepapo.uol.com.br/
// @grant none
// ==/UserScript==
'use strict';
function oldUol(){
location.href="http://batepapo.uol.com.br/bytheme.html?nodeid=524783";
}
oldUol();