Setup new config.json and fixed typescript errors in the popup

This commit is contained in:
Ajay Ramachandran
2020-02-01 16:26:57 -05:00
parent d77f8abf42
commit 16c720e500
8 changed files with 1164 additions and 10 deletions

View File

@@ -800,8 +800,8 @@ function openInfoMenu() {
logo.src = chrome.extension.getURL("icons/LogoSponsorBlocker256px.png");
//remove the style sheet and font that are not necessary
popup.querySelector("#sponorBlockPopupFont").remove();
popup.querySelector("#sponorBlockStyleSheet").remove();
popup.querySelector("#sponsorBlockPopupFont").remove();
popup.querySelector("#sponsorBlockStyleSheet").remove();
parentNode.insertBefore(popup, parentNode.firstChild);