My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Node Horseman (phantomjs wrapper) question

Vladimir Kyuchukov's photo
Vladimir Kyuchukov
·Nov 1, 2017

The site which I was scraping with Node Horseman removed jQuery from their page. Now I have two options:

  • To migrate my code to vanilla javascript
  • Include jQuery on their page after login.

Question is how can I include jQuery on their page with headless browser in general?