feat: getCoreContent adaptation for Wikipedia (#298)

This commit is contained in:
josc146
2023-05-08 19:40:15 +08:00
parent fc21abb45d
commit 5c96c0bd15
+1
View File
@@ -10,6 +10,7 @@ const adapters = {
google: ['#search'],
csdn: ['#content_views'],
bing: ['#b_results'],
wikipedia: ['#mw-content-text'],
}
function findLargestElement(e) {