From cdccc43b31fa53530dea746a7278a86f17d7cb74 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 31 Aug 2019 21:21:01 -0400 Subject: [PATCH] Revert "Fancy tooltip for player controls" This reverts commit 0c2ceb134b188bfdb6cb6317cd7713f9b3f36e56. --- content.js | 1 - 1 file changed, 1 deletion(-) 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");