The Backstory

Microsoft recently acquired LinkedIn for 26 billion. I thought I should make something that Microsoft would acquire after this hackathon.

What it does

Every new tab a user opens goes to bing.com. Every search they make in the search bar goes through bing.com. Every time a user tires to access one of google's 186 domains they get redirected to bing.com.

How I built it

I had never made a chrome extension before so i started by reading all of the documentation. Everything revolves around a maifest.json file and a background.js file.

Challenges I ran into

For a few hours I struggled with making every search go through bing.com. I was trying to store the queries and redirect to google.com. After several hours of total failure i wrote a script that went into chrome setting and changed the default search engine.

Built With

Share this project:

Updates