The script seems to work well actually, but in the browser console it triggers a lot of warning actually; it may actually stop working one day. This is because Amazon site uses https exclusively, the script uses http link to camelcamel, and browsers dislike and will even one day forbid cross https/http.
The solution is fairly easy: in the script, replace the few http prefix with https when doing the calls to camelcamel (6-8 occurences).
Little improvement: replace http to https
The script seems to work well actually, but in the browser console it triggers a lot of warning actually; it may actually stop working one day. This is because Amazon site uses https exclusively, the script uses http link to camelcamel, and browsers dislike and will even one day forbid cross https/http.
The solution is fairly easy: in the script, replace the few http prefix with https when doing the calls to camelcamel (6-8 occurences).