diff --git a/content.js b/content.js index ce4ecf07..a1f4066c 100644 --- a/content.js +++ b/content.js @@ -254,8 +254,6 @@ function videoIDChange(id) { previousVideoID = id; } - addButtons(); - //close popup closeInfoMenu(); @@ -596,6 +594,8 @@ function addButtons() { function updateVisibilityOfPlayerControlsButton() { //not on a proper video yet if (!sponsorVideoID) return; + + addButtons(); if (hideVideoPlayerControls) { removePlayerControlsButton();