diff --git a/popup/popup.js b/popup/popup.js index 21ab5bc561..6dbc759145 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -301,9 +301,6 @@ function createStyleElement({ $('.checker', entry).checked = false; } - // const excluded = popupExclusions.isExcluded(tabURL, style.exclusions); - // entry.classList.toggle('excluded', excluded); - const styleName = $('.style-name', entry); styleName.lastChild.textContent = style.name; setTimeout(() => { @@ -324,6 +321,7 @@ function createStyleElement({ style.usercssData && Object.keys(style.usercssData.vars || {}).length ? '' : 'none'; + // entry.classList.toggle('excluded', style.excluded); entry.classList.toggle('not-applied', style.excluded || style.sloppy); entry.classList.toggle('regexp-partial', style.sloppy);