diff --git a/popup/popup.js b/popup/popup.js index 8d53f40e..1ec7c3a4 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -310,8 +310,6 @@ function createStyleElement({ const config = $('.configure', entry); if (!style.usercssData && style.updateUrl && style.updateUrl.includes('?') && style.url) { config.href = style.url; - } else { - config.removeAttribute('href'); } config.style.display = !style.usercssData && config.href ||