Skip to content

Commit 8efe683

Browse files
committed
Restore title status on https://www.imdb.com/title/tt0107362/
1 parent 206a1c1 commit 8efe683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/both.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const mqueue = (function () {
8282
// Add status beside main title if on the main page of movie
8383
if ($('link[rel=\'canonical\'][href*=\'' + id.split('_')[0] + '\']').length !== 0) {
8484
// New IMDb version, add under the main title in the subtext line
85-
$('.title_wrapper .subtext', node).append('<span class="ghost">|</span>' + status);
85+
$('h1[data-testid="hero__pageTitle"]+ul', node).append('<li role="presentation" class="ipc-inline-list__item">' + status + '</li>');
8686
}
8787
// Add status on every links concerning that movie
8888
else {

0 commit comments

Comments
 (0)