https://github.com/skyl/greb
Chrome extension to recursively grep web pages
https://github.com/skyl/greb
Last synced: 8 months ago
JSON representation
Chrome extension to recursively grep web pages
- Host: GitHub
- URL: https://github.com/skyl/greb
- Owner: skyl
- Created: 2014-12-26T07:37:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T05:28:26.000Z (over 11 years ago)
- Last Synced: 2025-09-14T04:41:56.067Z (9 months ago)
- Language: CoffeeScript
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greb
Recursively search webpages and pdfs (through links) for text matches (using
regex).

Hack
----
Checkout the code.
Checkout the submodule, `pdf.js`:
git submodule init
git submodule update
Build `pdf.js`
cd pdfjs
node build web
Go to [chrome://extensions](chrome://extensions).
Load unpacked extension.
Choose the directory where you checked out the code.