Small fix

This commit is contained in:
mmble
2020-09-22 19:26:14 +02:00
parent 8f7ed9ce13
commit 7fecf2a8d4

View File

@@ -1275,6 +1275,7 @@ function openInfoMenu() {
settings.src = chrome.extension.getURL("icons/settings.svg");
edit.src = chrome.extension.getURL("icons/pencil.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
popup.querySelector("#sponsorBlockPopupFont").remove();