Plugin for Google Chrome to allow client-side cross-site screen scraping of other websites
Stars
28
Forks
1
Watchers
28
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
updated app description to remind the user to enable incognito permissions
2b30839View on GitHubopened windows now open in incognito mode. note, requires the incognito checkmark on extensions page. worth it though for security
6848c48View on GitHubadded a simple example so ppl can actually understand whats going on
c9e4ae3View on GitHubany website can now use gold digger if they have the meta tag properly set up. there is also now a permissions diablog so the user is aware of rogue hosts and can stop it
1cc09c2View on GitHubadded the AsyncStep class to help with removing the pyramid structure that often happens as a result of event-based code. also, fixed a bug that prevented false from being accepted as a result from the site being scraped
1956ae4View on GitHubupdated readme to include more info about the product and some use cases to hopefully inspire others
b97daaaView on GitHubinstead of the plugin supporting arbitrary javascript to execute on other pages, now it will only support a limited set of commands which do specific scraping actions. more security like this will continue to be added...
277dbdbView on GitHubadded ability for dom calls to not return anything. also, split off scraper to its own class
7f4ce5fView on GitHub