DisableGraphics / greending-ng

The web browser that protects you from onlookers rewritten in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greending-ng

The web browser that protects you from onlookers, rewritten in C++

Can you guess what's happening on the other tabs?

Greending-ng

Most surely not. Therefore, nobody else does!

Features

  • Now rewritten in C++, which means Greending-ng is even faster than its predecessor (Which already was)
  • Extensions! Now you can block ads if you follow this tutorial
  • New look: Rectangular buttons and Client Side Decorations.
  • WebKit based. This alternative (To Blink and Gecko) browser engine is incredibly fast and lightweight (Runs on my 10 year old potato pretty nicely).
  • Saves tabs when closed.
  • Hideously small. The executable weights approximately 250KiB.

Installation

Dependencies:

  • GtkMM 3
    Arch: sudo pacman -S gtkmm3
    Ubuntu: sudo apt install libgtkmm-3.0-dev
  • WebKitGtk
    Arch: sudo pacman -S webkit2gtk
    Ubuntu: sudo apt install libwebkit2gtk-4.0-dev

Building:

git clone https://github.com/DisableGraphics/greending-ng
cd greending-ng

make
cd build
./greending-ng

About

The web browser that protects you from onlookers rewritten in C++

License:GNU General Public License v3.0


Languages

Language:C++ 95.0%Language:CSS 4.0%Language:Makefile 1.1%