MarcGuiselin / wedge

A Simple, Open-Source Edge Redirector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedge

A Simple, Open-Source Edge Redirector

PayPal Donations shield Maintenance License Issue Count

A choice that matters

Biting down on it's control of the PC market, unopposed by the laxing hammer of the law that once restricted this kind of behavior, Microsoft has continued to double down on its goals for internet browsing, search and data collection dominance.

We should not be relegated to using the tools forced upon us, especially when we don't know the true extent of their privacy, data collection and censorship.

Why Wedge?

πŸͺ“ Break yourself free from Microsoft's default browser Edge! Bundled in a one-step installer, Wedge automatically configures your system to use your default browser for things that would typically open in Microsoft Edge!

  • If you ask cortana a question have it open in Firefox 🦊!
  • If you search something in the windows taskbar have it open in Google Chrome 🐼!
  • If you click on a link in the signin page, have it open in Brave 🦁 when you log in!

A spiritual successor to da2x's EdgeDeflector, Wedge intends on fixing issues my users were having installing the former. Originally Wedge was only a simple installer script for the EdgeDeflector binary, but now it is a fully-fledged windows installer that bundles its own small standalone binary and uninstaller all built in memory-safe dependency-less rust.

Install

  1. Download the latest version of Wedge from GitHub releases
  2. Run the installer once to configure your system
  3. πŸš€ Try it out! Use windows search and type something like β€œWedge is pretty cool”

Why is everything opening in Bing?

Wedge just directs links towards whatever browser you set as default. Microsoft uses their search engine for most of these links. Luckily for you, I've made browser extensions to help redirect Bing to whatever search engine you desire!

If you have Firefox install Foxtana Pro to redirect Bing

If you have Google Chrome, Brave, Opera or any other chrome-based browser install Chrometana Pro to redirect Bing

How it do what it do?

Since April 28 2016, Cortana opens searches only in Microsoft Edge to discourage users from using another search engine than Bing. Wedge puts you back in control of your default browser setting. The Wedge binary acts as a proxy between your operating system and Edge, translating the proprietary microsft-edge: protocol into regular internet links any browser can understand. Depending on what you set your default browser to be, the link might open in Google Chrome, Firefox or Brave; you name it!

Uninstall

Uninstalling Wedge will fully restore system defaults changed during install.

  1. Open windows Apps & Features. This can be found by searching for it in the windows taskbar.
  2. Find Wedge in the list of apps, click on it and click Uninstall.
  3. Wedge will disappear from the list of Apps. (If it doesn't, try again making sure you read and confirm the dialog before clicking OK)

Building

Wedge is written in rust so you'll need to install rust on your system. Wedge compiles on rust 1.39.0 (here's why).

Run setup.bat to prepare your environment for building this project.

Build and run a debug build with run.bat

Build a release version with release.bat

Donate

🍻 If you use or enjoy my work buy me a drink or show your support by leaving a nice review on my browser extensions. Both are very appreciated!

License and Copyright

Please see the LICENSE for an up to date copy of the copyright and license for the entire project. Don't use my logos in your project without asking me first. If you make a derivative project off of mine please let me know! I'd love to see what people make with my work!

About

A Simple, Open-Source Edge Redirector

License:GNU General Public License v3.0


Languages

Language:Rust 98.1%Language:Batchfile 1.9%