Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 720 Bytes

scraper

scrape the data from the page you're on

Usage

  • Install Tampermonkey browser extension, then open & install the Userscript

  • Bookmarklet: add the following code to the url section of a new bookmark, or paste it in the url bar:

javascript:document.body.append(Object.assign(document.createElement('script'),{src:'https://mbme.github.io/scraper/scraper.user.js'}))

NOTE: the script is served using Github Pages to ensure the server returns a correct MIME type.

Build dependencies

  • node.js
  • npm
  • chromium - to run e2e tests
  • just