From a8ff8e2d123c041f69854e6598ea8e56af9740bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Dec 2023 08:49:27 +0000 Subject: [PATCH] update default_config.json --- dist/default_config.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/dist/default_config.json b/dist/default_config.json index 8714695..ae97174 100644 --- a/dist/default_config.json +++ b/dist/default_config.json @@ -506,6 +506,11 @@ "script" ] }, + "mutationConfig": { + "consumeTimeout": 100, + "buildTimeout": 100, + "checkSelfUpdate": true + }, "useIframePostMessage": false, "searchEnhancementConfig": [], "injectedCss": [], @@ -552,7 +557,7 @@ "targetWrapperTag": "font", "additionalInjectedCss": [], "isTranslateTitle": true, - "enableSearchEnhancement": true, + "enableSearchEnhancement": false, "searchEnhancementSelector": "#rhs", "languageDetectMinTextCount": 50, "wrapperPrefix": "smart", @@ -1531,6 +1536,9 @@ "script" ] }, + "mutationConfig.add": { + "checkSelfUpdate": false + }, "excludeTags.remove": [ "BUTTON" ], @@ -1694,10 +1702,13 @@ ], "blockMinTextCount": 1, "paragraphMinTextCount": 2, + "excludeSelectors": [ + "hr+div span[dir=auto][style] > span" + ], "selectors": [ "h1", - "div[class='x9f619 xjbqb8w x78zum5 x168nmei x13lgxp2 x5pf9jr xo71vjh x1uhb9sk x1plvlek xryxfnj x1c4vz4f x2lah0s xdt5ytf xqjyukv x1cy8zhl x1oa3qoh x1nhvcw1'] > span[class='x1lliihq x1plvlek xryxfnj x1n2onr6 x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye xvs91rp xo1l8bm x5n08af x10wh9bi x1wdrske x8viiok x18hxmgj']", - "h3 div > span[dir=auto]" + "ul li h3+div span[dir=auto]", + "hr+div span[dir=auto][style]" ], "wrapperPrefix": "
" }, @@ -1709,7 +1720,9 @@ "selectors": [ "h1", "article span[dir=auto] > span[dir=auto]", - "._ab1y" + "._ab1y", + "ul li h3+div span[dir=auto]", + "hr+div span[dir=auto][style]" ], "wrapperSuffix": "" }, @@ -4951,6 +4964,6 @@ } } ], - "buildinConfigUpdatedAt": "2023-12-11T06:36:50.771Z", + "buildinConfigUpdatedAt": "2023-12-13T08:49:27.889Z", "latestVersion": "0.12.5" }