Skip to content

Commit 2d0d916

Browse files
committed
feat: getCoreContent adaptation for bing.com
1 parent 852a032 commit 2d0d916

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
@@ -9,6 +9,7 @@ const adapters = {
99
'scholar.google': ['#gs_res_ccl_mid'],
1010
google: ['#search'],
1111
csdn: ['#content_views'],
12+
bing: ['#b_results'],
1213
}
1314

1415
function findLargestElement(e) {

0 commit comments

Comments
 (0)