NZB Firefox Search Add-on/Plug-in
Is it possible to create a plug-in/add-on for Firefox's searchbar? Every time I run a search in the NZB Index, the URL doesn't provide the typed search parameters.
Also, the NZB search kinda sucks.
For example, searching for "The Resident" doesn't bring any results, but entering "Resident" does even tho' the movie title I was searching for is named "The Resident."
Re: NZB Firefox Search Add-on/Plug-in
ehh what? what did you use to search for "the resident"?
Re: NZB Firefox Search Add-on/Plug-in
A search using the firefox search bar will still use FST's search, so you'll get the same results...
But yes it's possible if it's still wanted.
Re: NZB Firefox Search Add-on/Plug-in
Yea, I'm actually using "Universal Search & IE8 Accelerators" for Chrome, but it's suppose to be compatible with the Firefox searchbar addons.
The format I need is something like:
Code:
http://www.youtube.com/results?search_query={s}
Where {s} is the URL where the search terms should appear, but the FST nzb search spits out some weird searchid.
Re: NZB Firefox Search Add-on/Plug-in
Try this, then:
Code:
http://filesharingtalk.com/search.php?query={s}&searchfromtype=fstNZB%3ACollection&contenttypeid=15&do=process&titleonly=1
Re: NZB Firefox Search Add-on/Plug-in
Cheers! It works, waaaa-ha-ha-ha-ha!
:cheers:
Re: NZB Firefox Search Add-on/Plug-in
Quote:
Originally Posted by
anon-sbi
Try this, then:
Code:
http://filesharingtalk.com/search.php?query={s}&searchfromtype=fstNZB%3ACollection&contenttypeid=15&do=process&titleonly=1
Nice reverse engineering. :P
Re: NZB Firefox Search Add-on/Plug-in
Thank you. Form manipulation can be a lifesaver sometimes. :D