NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name u2.dmhy.org reseed torrents remove // @match *://u2.dmhy.org // @match *://u2.dmhy.org/index.php // @version 1.1 // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js // ==/UserScript== var a = $('#outer>table.main>tbody>tr>td.embedded>p[align="right"]'); a.next().remove(); a.next().remove(); a.remove();