lednerg / Youtube Video Ratings Bar with Power Meter

Change

var rsp = eval( '(' + response.responseText + ')' ); // if you know a way to do this without eval, let me know

To

var rsp = JSON.parse(response.responseText); // chews let you know

Thank you. I really appreciate that. I'm just winging it as far as Javascript coding goes. Self-taught, doing it as a hobby. I'll add that in when I get around to making an update.