Skip to content

Commit

Permalink
Update inject.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlauuzo authored May 18, 2024
1 parent b9872e4 commit 1bf00a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ introSkipper.videoPositionChanged = function () {
if (!skipButton.classList.contains("hide")) return;

skipButton.classList.remove("hide");
embyButton.getBoundingClientRect(); // Force reflow
embyButton.offsetWidth; // Force reflow
requestAnimationFrame(() => {
embyButton.style.opacity = '1';
});
Expand Down

0 comments on commit 1bf00a0

Please sign in to comment.