diff --git a/content.js b/content.js index ceb9deb3..1ac7dacf 100644 --- a/content.js +++ b/content.js @@ -637,7 +637,6 @@ function createButton(baseID, title, callback, imageName, isDraggable=false) { newButton.className = "ytp-button playerButton"; newButton.setAttribute("title", chrome.i18n.getMessage(title)); newButton.addEventListener("click", callback); - newButton.addEventListener("mouseover", getEventListeners(document.getElementsByClassName("ytp-play-button")[0]).mouseover[0].listener); // Image HTML let newButtonImage = document.createElement("img");