Skip to content

Instantly share code, notes, and snippets.

@harveyqiu
Created September 6, 2022 06:24
Show Gist options
  • Save harveyqiu/d00d816b3450ff3544f6ce659bf30b4c to your computer and use it in GitHub Desktop.
Save harveyqiu/d00d816b3450ff3544f6ce659bf30b4c to your computer and use it in GitHub Desktop.
extract cnki eassy reference and add double brackets
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