An open API service indexing awesome lists of open source software.

https://github.com/indigoparadox/matchmouse

An extremely lightweight/simple browser that gets its bookmarks/user data from Firefox Sync. Hoping to add some security/privacy features in the future, as well.
https://github.com/indigoparadox/matchmouse

web-browser webkit

Last synced: 3 days ago
JSON representation

An extremely lightweight/simple browser that gets its bookmarks/user data from Firefox Sync. Hoping to add some security/privacy features in the future, as well.

Awesome Lists containing this project

README

          

= Requirements =

* requests
* pyyaml
* M2Crypto
* GTK in GIR
* WebKit2 in GIR

= Goals =

== Completed Goals ==

* Download bookmarks from a local Firefox Sync/Weave server.
* Remove yaml requirement and store config in SQLite DB.

== Immediate Goals ==

* HTTPS enforcement.
* Privacy tools (Ad Block Plus/RequestPolicy/NoScript/Cookie Monster/RefControl)
built-in.

== Later Goals ==

* User styles/scripts.
* Bookmark editing and two-way synchronization.
* (Relatively) secure password management. Maybe using TPM or similar.
* Run in Python 3 (waiting on M2Crypto).