You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
481 B
Markdown

# qutebrowser-readability
Userscript that executes [python-readability](https://github.com/buriy/python-readability) on current page and opens the summary as new tab.
## Install
1. Install `readability-lxml` using pip or system package manager:
```bash
pip2 install readability-lxml
```
2. Place the script at `~/.local/share/qutebrowser/userscripts/readability`
## Usage
```
:spawn --userscript readability
```
## Example
![example](qutebrowser-readability.png)