Very Cool.

in
Subscribe to Very Cool. 2 posts, 2 voices



Aaron Russell Scriptwright

Nice, Thanks a lot.

Havn't seen others like this but I've only been using the site for a couple hours

I won't need to look up those other ones mentioned as this does exactly as a need!

I changed a couple things which you could maybe add in:

Put a capital F on Find
changed the var modifiers on isoHUNT to "?ihs1=2&iho1=d&iht=1"
The &iht=1 puts it in movies/video mode.
Configured mine for The Pirate Bay (as long as it lasts!)

Also
Could make it more user friendly and easy to choose your torrent site.

//The Pirate Bay = 1
//IsoHUNT = 2
//Mininova = 3

var site = "2"

//Do not edit below here.
if(site=="1") {
var site_name = "The Pirate Bay";
var torrent_site = "
var query_url = "/search/";
var modifiers = "/0/7/200";
}
if(site=="2") {
var site_name = "iSOHUNT";
var torrent_site = "

var query_url = "/torrents/";
var modifiers = "?ihs1=2&iho1=d&iht=1";
}
if(site=="3") {
var site_name = "Mininova";
var torrent_site = "

var query_url = "/search/";
var modifiers = "/4/seeds";
}

 
freeloader_ Script's Author

Well, thank you very much for the input.
I put in the additional modifier and changed to capital F.
As for the additional search engine options... I think it would just make the script unnecessarily bloated. Besides, there are other scripts that cater for those links. :)
Instead I put some notice and direction on the description page.

Thanks again,

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel