[go: nahoru, domu]

Skip to content

A privacy oriented web browser with Greasemonkey style script support

License

Notifications You must be signed in to change notification settings

zhangjq0908/browser

 
 

Repository files navigation

FREE Browser

FREE Browser is a web browser for optimal privacy

  • fully open source
  • no trackers
  • no unnecessary permissions
Get it on F-Droid

FEATURES

  • AdBlocker using StevenBlack host list
  • Measures against browser fingerprinting
  • Advanced settings for javascript, cookies and DOM-storage (domain/bookmark based)
  • Support for Greasemonkey style scripts
  • Optimized for one hand handling (toolbar at bottom)
  • TAB control (switch, open, close, unlimited tabs)
  • Fast toggle for most important settings
  • Search current website
  • Web search (from marked text via context menu)
  • Save as PDF
  • Open links in other apps (for example YouTube)
  • Backup
  • etc

LICENSE

This app is licensed under the GPLv3, (c) woheller69.

The app uses code from:

INSTRUCTIONS

Send a coffee to 
woheller69@t-online.de 

Main Navigation

The main navigation features are depicted in the image above.

For each tab it is possible to enable/disable:

  • AdBlock
  • Anti-Browser-Fingerprinting measures
  • Desktop Mode
  • DOM-Storage
  • JavaScript

These settings (except desktop mode) are inherited from global settings when a new tab is created. They will always be applied when a new web site is opened.

FREE Browser allows bookmark specific settings for JavaScript, DOM-Storage, and Desktop mode. These are set from the current tab when storing the bookmark and can be changed when editing it. If a bookmark is opened these settings will be applied, no matter which other settings are valid for the tab. If this is the case the bookmark symbol in "Exceptions" will be highlighted. When browsing within the domain of the bookmark these settings will remain.

In addition you can define domains where Cookies, DOM-Storage, and JavaScript are always allowed (see Settings -> Browser Settings). Cookies will override the global cookies setting. DOM-Storage and JavaScript will override the tab specific settings. If one of these exceptions is active the respective icon will also be highlighted in "Exceptions". A click on the icon will add/remove an exception. Third party cookies are not supported in general.

In additions there are settings which are only available as global settings and apply to all websites:

  • Allow location access: enables websites to access your device's location
  • Allow camera access: allows websites to use your device's camera
  • Allow microphone access: allows websites to use your device's microphone
  • Download images: saves data by downloading images only when not connected to a metered network, usually a WiFi connection; otherwise, images will always be loaded when connected to a non-metered network
  • Night mode: enables algorithmic darkening of web pages when the app is in dark mode and the website doesn't have a dark version

Greasemonkey style scripts

FREE Browser supports simple user scripts in Greasemonkey style. (e.g. Github Old Feed ) The following tags:

  • @match
  • @run-at
  • @name

@run-at:
If defined as "document-start" scripts run in onPageStarted() of Android WebView, otherwise scripts run in onPageFinished.

Other tags are NOT supported at the moment, e.g.

  • @include
  • @exclude
  • @grant
  • @required

Browser Settings

In this section you can define your favourite start page, search engine, etc. You can select your favourite StevenBlack AdBlock list. And this is the place to manage exceptions for cookies, javascript, and DOM storage.

Backup / restore

You can save / restore app data (=databases), bookmarks, and preferences. Data will be stored in Documents/browser_backup.

OTHER APPS

RadarWeather Gas Prices Smart Eggtimer
Bubble hEARtest GPS Cockpit
Audio Analyzer LavSeeker TimeLapseCam
Arity omWeather solXpect
gptAssist dumpSeeker huggingAssist
FREE Browser

About

A privacy oriented web browser with Greasemonkey style script support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.3%
  • Kotlin 3.7%