Asif Mahmood
Asif Mahmood
Check it out: https://github.com/mozilla/readability You can try parsing the page with this. Not sure about the license though...
Is downloading JSON files allowed? I can think of a JSON structure with query selector strings. It should work for simple sites like wuxiaworld.co: ``` { "bookTitle": { "selector": "div#info...
An alternative might be to allow user write (copy-paste) parser code in a textarea similar to how they can define stylesheet. Not sure if executing such code is allowed or...
After reading through chrome's [CSP](https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-remote-script) and this [tutorial](https://developer.chrome.com/extensions/tut_analytics) I'm thinking something like the following might work: 1. Create a master file containing all parser codes added since latest release. Let's...