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: 11.06.2015

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: 16.07.2015

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

Post reply

Sign in to post a reply.