Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Can somebody create a script to sort search results on http://rutor.org/ by name/date/size/peers by pressing the title of results table.
For example, for "The Matrix" search results (http://rutor.org/search/0/0/000/0/Matrix) a large table is displayed, where with the help of a script you could just sort the results by columns "Size" and "peers" (like in Excel Tables by pressing the title).
Currently this is inconvenient: Sort by -> size or peers, and then choose the ascending / descending order, then press "Go" button.
Re: @Juggernaut99:
There is an universal script for sorting tables - http://userscripts-mirror.org/scripts/show/25406 .
I checked it out, with some reservations, it works on Rutor.org.
Re: @trespassersW:
Looks like his current SCM repository is at https://github.com/codebox/table-sorter and it's active as of ~11 days ago. Nice find @trespassersW !
Re: @trespassersW:
Thanks a lot! Exactly what I wanted.