mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Small fix
This commit is contained in:
@@ -1275,6 +1275,7 @@ function openInfoMenu() {
|
|||||||
settings.src = chrome.extension.getURL("icons/settings.svg");
|
settings.src = chrome.extension.getURL("icons/settings.svg");
|
||||||
edit.src = chrome.extension.getURL("icons/pencil.svg");
|
edit.src = chrome.extension.getURL("icons/pencil.svg");
|
||||||
check.src = chrome.extension.getURL("icons/check.svg");
|
check.src = chrome.extension.getURL("icons/check.svg");
|
||||||
|
check.src = chrome.extension.getURL("icons/thumb.svg");
|
||||||
|
|
||||||
//remove the style sheet and font that are not necessary
|
//remove the style sheet and font that are not necessary
|
||||||
popup.querySelector("#sponsorBlockPopupFont").remove();
|
popup.querySelector("#sponsorBlockPopupFont").remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user