Skip to content

Commit

Permalink
click on disney
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Nov 5, 2024
1 parent 532b1b0 commit 737f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox/skipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO
if (isNetflix) {
card.closest(".title-card-container").appendChild(div);
} else if (isHBO) card.appendChild(div);
else if (isDisney) card?.querySelector("img").parentElement?.appendChild(div);
else if (isDisney) card?.parentElement?.appendChild(div);
else if (isHotstar) card.parentElement.appendChild(div);
else if (isPrimeVideo) {
if (card.getAttribute("data-card-title")) card.firstChild.firstChild.appendChild(div);
Expand Down

0 comments on commit 737f845

Please sign in to comment.