Created
October 27, 2019 18:11
-
-
Save waptik/7d6494b4e1c2d05d29585a547888eb49 to your computer and use it in GitHub Desktop.
Get links of only novels on wuxiaworld.site's search page
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
[...document.querySelectorAll('.c-image-hover :not(img):not([title$=" Comics"])')].map((el) => el.title).join(',\n') |
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
Link at WuxiaWorld.Site