Skip to content

A web browser I made making me learn C# and .NET Framework.

Notifications You must be signed in to change notification settings

raymond-1227/BasicBrowse

Repository files navigation

BasicBrowse

A browser just dedicated to browse the world wide web, nothing else.

About

I tried learning about what is .NET Framework and C#, so I coded and designed this browser. You are free to use this software anyways.

Overview

It doesn't have much things to do with. Here's a screenshot for the browser itself. Screenshot

Features

  • Does not store your information (aka private browsing)
  • Fast and unstable

Installation

  1. Click here for the setup file.
  2. Execute them with the setup wizard.
  3. It should now be in your PC.

Future Updates (NotSoon™)

  • Add cofigurable options (such as default search engine)
  • Add AdBlocker and Tracking Protections

Credits (NuGet Package)

  • Browser: CefSharp
  • Old Style Chrome-like Tabs: EasyTabs

Notes (As of January 27, 2021)

WARNING: The CefSharp version isn't the latest one and might result potential security vulnerabilities, so please do not download and try the code.

I will be stop updating this until I found a way to edit and execute the source code. Since my actual PC died, I downloaded the lastest copy of source code from GitHub to edit the code in my virtual machine, but visual studio has the stupid copyright protection that automatically blocks you from running the file downloaded from the internet.