diff --git a/manifest/background-chrome.js b/manifest/background-chrome.js index 35a4b9d0..569cc7c9 100644 --- a/manifest/background-chrome.js +++ b/manifest/background-chrome.js @@ -4,7 +4,7 @@ chrome.runtime.setUninstallURL('https://muetab.com/uninstall'); chrome.runtime.onInstalled.addListener((details) => { if (details.reason === 'install') { chrome.tabs.create({ - url: chromeruntime.getURL('index.html') + url: chrome.runtime.getURL('index.html') }); } }); diff --git a/src/components/widgets/quicklinks/quicklinks.scss b/src/components/widgets/quicklinks/quicklinks.scss index 95f9a916..42828edd 100644 --- a/src/components/widgets/quicklinks/quicklinks.scss +++ b/src/components/widgets/quicklinks/quicklinks.scss @@ -53,6 +53,7 @@ textarea { margin: 0; cursor: initial; user-select: none; + text-shadow: none; } p {