Created
September 6, 2022 06:24
-
-
Save harveyqiu/d00d816b3450ff3544f6ce659bf30b4c to your computer and use it in GitHub Desktop.
extract cnki eassy reference and add double brackets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Array.from(document.querySelector('.ebBd').querySelectorAll('li')).map(element => "[[" + element.querySelector('a').text + "]]") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment