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.
- Host: GitHub
- URL: https://github.com/indigoparadox/matchmouse
- Owner: indigoparadox
- License: gpl-3.0
- Created: 2019-08-20T19:27:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T20:17:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T04:16:03.056Z (over 1 year ago)
- Topics: web-browser, webkit
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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).