readability icon indicating copy to clipboard operation
readability copied to clipboard

📚 Turn any web page into a clean view

Results 35 readability issues
Sort by recently updated
recently updated
newest added

I'd like to change some of the `content` using things like `getElementByTagName`. I know I can do this to the `document` object, but what about `content`? Currently I'm passing the...

# Memory usage Readability or jsdom are using a huge amount of ram (10+ MBs) to parse a small web page (500kb) and they never free used memory. This will...

Like this one https://github.com/pluginaweek/state_machine/wiki/Idempotent-Callback-Registration. It will be better to get the standard err rather than this. ``` Skip to content Something went wrong with that request. Please try again. ```

Have there been any thoughts about joining multiple pages of a paginated article together? I notice the fork of Readability that Safari uses does this.

The library currently makes use of Node.js require calls, which don't work in a web browser. As there web-compatible distributable files available for this project?