manage: search in usercss full source code
This commit is contained in:
parent
974b1f9152
commit
69ee57f88f
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user