Skip to content

Userscript manager for ELinks powered by BeautifulSoup library.

License

Notifications You must be signed in to change notification settings

hellricer/soupmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soupmonkey

Userscript manager (and collection) for ELinks powered by BeautifulSoup library.

Prerequisites

Your ELinks needs to be compiled with Python scripting support. To check, see elinks -version.

Installation

  1. Clone this repository into your ~/.elinks/ directory.

  2. Create ~/.elinks/hooks.py with following contents:

    import soupmonkey

    @soupmonkey.inject
    def pre_format_html_hook(url, html):
        return html

About

Userscript manager for ELinks powered by BeautifulSoup library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages