Scrap Deleter

By sudheer Last update Nov 17, 2007 — Installed 35 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Scrap Deleter
// @namespace     http://cyberneticz.blogspot.com
// @description	  Delete's Scraps From a person's scrapbook
// @include       http://www.orkut.com/*
window.addEventListener("load", function(e) {
document.location.href="javascript:submitForm(document.getElementsByTagName('tr').item(24),'delete','')";
}, false);