Skip to content

Commit 5c96c0b

Browse files
committed
feat: getCoreContent adaptation for Wikipedia (#298)
1 parent fc21abb commit 5c96c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/get-core-content-text.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const adapters = {
1010
google: ['#search'],
1111
csdn: ['#content_views'],
1212
bing: ['#b_results'],
13+
wikipedia: ['#mw-content-text'],
1314
}
1415

1516
function findLargestElement(e) {

0 commit comments

Comments
 (0)