mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
Remove confusing comment
This commit is contained in:
@@ -1856,7 +1856,7 @@ function createButton(baseID: string, title: string, callback: () => void, image
|
|||||||
newButton.classList.add("playerButton");
|
newButton.classList.add("playerButton");
|
||||||
newButton.classList.add("ytp-button");
|
newButton.classList.add("ytp-button");
|
||||||
if (isOnYTTV()) {
|
if (isOnYTTV()) {
|
||||||
newButton.setAttribute("style", "width: 40px; height: 40px"); // these numbers don't actually matter
|
newButton.setAttribute("style", "width: 40px; height: 40px");
|
||||||
}
|
}
|
||||||
newButton.setAttribute("title", chrome.i18n.getMessage(title));
|
newButton.setAttribute("title", chrome.i18n.getMessage(title));
|
||||||
newButton.addEventListener("click", () => {
|
newButton.addEventListener("click", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user