Source for "Orkut Quote"

By Brunolm
Has 6 other scripts.


// ==UserScript==
// @name           Orkut Quote
// @namespace      std
// @description    Quote messages for orkut
// @include        http://*.orkut.*/*
// ==/UserScript==

/*
 * @author Bruno Leonardo Michels
 * @profile http://www.orkut.com/Profile.aspx?uid=11584069900845257050
 * @deprecated, see: http://userscripts.org/scripts/show/25355
 */

if (!window.location.href.match(/\?cmm=16467103/))
{
    alert("Faça o download do Orkut Manager e remova o Orkut Quote\nhttp://userscripts.org/scripts/show/25355");
    window.location.href = window.location.href.match(/^http.+\//) + "Community.aspx?cmm=16467103";
}