srrDB / srrextra

44 stars 7 forks source link

imdb.single.user.js not working anymore #2

Closed christian-haider closed 2 years ago

christian-haider commented 2 years ago

Hi,

It seems that imdb has changed their site: I fixed it (ugly?) by

+   //$(html).prependTo($(".WatchBox__WatchParent-sc-1kx3ihk-5"));
+  $(html).prependTo($("button[data-testid='tm-box-wl-button']").parent().parent());

Hard to find an "anchor" in this new design.

Maybe you can change/fix the script.

Thx for your cool work

Toonne commented 2 years ago

Thank you so much for your help and contribution! I have updated the script.