Userscript manager (and collection) for ELinks powered by BeautifulSoup library.
Your ELinks needs to be compiled with Python scripting support. To check, see elinks -version
.
-
Clone this repository into your
~/.elinks/
directory. -
Create
~/.elinks/hooks.py
with following contents:
import soupmonkey
@soupmonkey.inject
def pre_format_html_hook(url, html):
return html