Skip to content

Commit 602f478

Browse files
committed
Update IMDb anchor element
1 parent b508c8a commit 602f478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/content-scripts/imdb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let overseerrContainer, imdbId, tmdbId, mediaType, mediaInfo;
22

3-
containerOptions.anchorElement = `div.sc-e2dae9eb-5`;
3+
containerOptions.anchorElement = `div.sc-7383924-5`;
44
containerOptions.textClass = 'oa-text-sm';
55
containerOptions.containerClass = 'oa-mt-2 oa-py-2';
66
containerOptions.badgeBackground = '#313131';

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Overseerr Assistant",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows.",
55
"permissions": ["storage"],
66
"host_permissions": ["http://*/", "https://*/"],

0 commit comments

Comments
 (0)