By Rory McCann
—
Last update
Nov 23, 2005
—
Installed
1,424 times.
// ==UserScript==// @name Clean up torrentspy search results.// @description Cleans up the search results for a torrentspy search. Made using platypus// @namespace http://rory.netsoc.ucd.ie// @include http://torrentspy.com/search.asp?query=*// ==/UserScript==function do_platypus_script() { platypus_do_function(window, 'smart_remove',document.getElementById('fiSearchForm'),'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[1]/DIV[2]/A[1]/IMG[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.getElementById('search-nav'),'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[1]/DIV[3]/TABLE[1]/TBODY[1]/TR[1]/TD[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[1]/DIV[3]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[1]/DIV[4]/P[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.getElementById('login'),'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[2]/DIV[4]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.getElementById('login-nav'),'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null'); platypus_do_function(window, 'smart_remove',document.getElementById('footer'),'null'); platypus_do_function(window, 'smart_remove',document.evaluate('/HTML[1]/BODY[1]/DIV[1]/DIV[1]/DIV[3]/DIV[3]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue,'null');}; // Ends do_platypus_scriptwindow.addEventListener("load", function() { do_platypus_script() }, false);//.user.js