Greasy Fork is available in English.

Search IMDb Item on Netflix

Places a "Search for this on Netflix" button on the main page of any TV show/movie page on IMDb

< Feedback on Search IMDb Item on Netflix

Review: Bad - script does not work

§
Posted: 2015.06.11.

New Search URL needed

The script as downloaded today did not work for me.
Changing the following the following way did help:
// searchNetflixBtn.href = 'http://www.netflix.com/Search?v1=' + encodeURIComponent(movieTitle);
searchNetflixBtn.href = 'http://www.netflix.com/search/' + encodeURIComponent(movieTitle);

Cheers - X

OTACON120Author
§
Posted: 2015.07.16.

Sorry for the delayed response, but this should now be fixed. Thanks for letting me know!

Post reply

Sign in to post a reply.