From 69ee57f88f7f056ffbcb037d495bbff4907ec322 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 6 Dec 2017 06:33:40 +0300 Subject: [PATCH] manage: search in usercss full source code --- manage/filters.js | 1 + 1 file changed, 1 insertion(+) diff --git a/manage/filters.js b/manage/filters.js index e98b754b..c4c587ec 100644 --- a/manage/filters.js +++ b/manage/filters.js @@ -379,6 +379,7 @@ function searchStyles({immediately, container}) { urlMode || isMatchingText(style.name) || style.url && isMatchingText(style.url) || + style.sourceCode && isMatchingText(style.sourceCode) || isMatchingStyle(style))); } if (entry.classList.contains('not-matching') !== !isMatching) {