Sustainable Web Browsing

Sustainable Web Browsing

Browser extension that allows the user to browse the web more sustainably

  • Sustainable Web Browsing
  • Sustainable Web Browsing
  • Sustainable Web Browsing
What is Sustainable Web Browsing?
Sustainable Web Browsing is a Chrome extension that allows users to browse the web more sustainably by removing unnecessary elements from web pages, reducing energy consumption and improving efficiency.
Merlin
Stats
By: koenhagen
Users: 13
Version: 0.1 (Last updated: 2022-04-01)
Creation date: 2022-03-31
Risk impact: Low risk impact
Risk likelihood: Low risk likelihood
Manifest version: 3
Size: 5.63K
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
Summary

The internet has become a big part of modern life and its use is still steadily rising in numbers. This increase in use costs energy for the servers that these web pages and other essential components are running on, as well as for the end user’s computer. There are multiple ways in which web pages would consume more energy than necessary. Firstly, web pages are inefficiently built, as developers typically do not prioritise efficient energy consumption. Secondly, Web pages often show a lot of unnecessary elements, like images, that a visitor is not interested in. The benefits of making a web page more energy efficient are not as apparent for developers. When web efficiency is focussed on, it's typically for other reasons than energy consumption, like page loading speed and accessibility for people with low bitrate.

Because of this lack of focus, a lot of energy can be saved by making the web more efficient. Specifically, we will be looking at bringing efficiency to the server-side. While the most efficient way to do this is to adapt the web pages directly, it can also be done externally. We aim to do this by building a browser extension that filters web pages before they are loaded in. This extension can be added to your browser and automatically adds the filter onto any web page that you are visiting.

By work of the extension, pages get stripped of unnecessary features, like borders, shadows, animations & transitions, backgrounds and other decorations. Fonts are defaulted to Arial, which is built in any browser. A grey scale is overlaid onto the site and images are swapped for an empty frame.

To implement such a browser extension, we primarily made use of CSS insertion. This can be performed before a page loads, which makes it perfect for our aim to reduce page load emissions without altering any functionality of the page. This method is also not page-specific, so the extension can be active on any and all web pages.

Inserting CSS allows us to overwrite a lot of style scripting in the page and also allows removing images in a lot of instances. Furthermore, we use it to remove transitions and simplify all elements on the page; pages are grayscale, fonts are defaulted to Arial, text decorations and shadows are removed, colours are also set to a default. All these things make the page a more simplified version of itself.

After the CSS-insertion has taken place, the page is loaded. Only then we can run javascript on the DOM (Document Object Model), which is the model that describes the page’s content. Here all image and other media elements, such as video and audio, are removed from the page.

Safety
Risk impact

Sustainable Web Browsing is relatively safe to use as it requires very minimum permissions.

Risk likelihood

Sustainable Web Browsing has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to Sustainable Web Browsing: