manage: search in usercss full source code

This commit is contained in:
tophf 2017-12-06 06:33:40 +03:00
parent 974b1f9152
commit 69ee57f88f

View File

@ -379,6 +379,7 @@ function searchStyles({immediately, container}) {
urlMode || urlMode ||
isMatchingText(style.name) || isMatchingText(style.name) ||
style.url && isMatchingText(style.url) || style.url && isMatchingText(style.url) ||
style.sourceCode && isMatchingText(style.sourceCode) ||
isMatchingStyle(style))); isMatchingStyle(style)));
} }
if (entry.classList.contains('not-matching') !== !isMatching) { if (entry.classList.contains('not-matching') !== !isMatching) {