Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 29b3bbd commit a8ff8e2
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@
"script"
]
},
"mutationConfig": {
"consumeTimeout": 100,
"buildTimeout": 100,
"checkSelfUpdate": true
},
"useIframePostMessage": false,
"searchEnhancementConfig": [],
"injectedCss": [],
Expand Down Expand Up @@ -552,7 +557,7 @@
"targetWrapperTag": "font",
"additionalInjectedCss": [],
"isTranslateTitle": true,
"enableSearchEnhancement": true,
"enableSearchEnhancement": false,
"searchEnhancementSelector": "#rhs",
"languageDetectMinTextCount": 50,
"wrapperPrefix": "smart",
Expand Down Expand Up @@ -1531,6 +1536,9 @@
"script"
]
},
"mutationConfig.add": {
"checkSelfUpdate": false
},
"excludeTags.remove": [
"BUTTON"
],
Expand Down Expand Up @@ -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": "<br/>"
},
Expand All @@ -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": ""
},
Expand Down Expand Up @@ -4951,6 +4964,6 @@
}
}
],
"buildinConfigUpdatedAt": "2023-12-11T06:36:50.771Z",
"buildinConfigUpdatedAt": "2023-12-13T08:49:27.889Z",
"latestVersion": "0.12.5"
}

0 comments on commit a8ff8e2

Please sign in to comment.