aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-16 19:35:19 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-16 22:39:26 -0500
commitf969b5b8a9fa3b77bfc3bbb13830913c620c48da (patch)
tree045816e97582e08527cbe8a8e9dcf8461a1386ac /ext/fg
parent62da7ec5cc3efa7011260bebe7366fabcb610ab4 (diff)
Update popup scan ignore selectors
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/js/popup-nested.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js
index e0e52cb7..3f3c945e 100644
--- a/ext/fg/js/popup-nested.js
+++ b/ext/fg/js/popup-nested.js
@@ -35,7 +35,7 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) {
const ignoreNodes = ['.scan-disable', '.scan-disable *'];
if (!options.scanning.enableOnPopupExpressions) {
- ignoreNodes.push('.term-expression-text', '.term-expression-text *');
+ ignoreNodes.push('.source-text', '.source-text *');
}
window.frontendInitializationData = {id, depth, parentFrameId, ignoreNodes, url, proxy: true};