Skip to content

Instantly share code, notes, and snippets.

@waptik
Created October 27, 2019 18:11
Show Gist options
  • Save waptik/7d6494b4e1c2d05d29585a547888eb49 to your computer and use it in GitHub Desktop.
Save waptik/7d6494b4e1c2d05d29585a547888eb49 to your computer and use it in GitHub Desktop.
Get links of only novels on wuxiaworld.site's search page
[...document.querySelectorAll('.c-image-hover :not(img):not([title$=" Comics"])')].map((el) => el.title).join(',\n')
@waptik
Copy link
Author

waptik commented Oct 27, 2019

I need help in getting all divs with .row .c-tabs-item__content that do not contain the word Comics in their innerHtml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment