Skip to content

Browser extension to remove all border radius on specified websites 🖼

Notifications You must be signed in to change notification settings

moevbiz/no-border-radius

Repository files navigation

icon

no-border-radius

Browser extension to remove border radius on specified websites

preview

How it works

The extension will override all border-radius properties by inserting

<style>
* {
  border-radius: 0!important;
}
</style>

into the document header of all websites specified in the extension options.

Advanced

The extension makes use of the chrome.storage API. It matches url strings using indexOf(), so the entry twitter.com will override styles on www.twitter.com, twitter.com/userprofile and anotherwebsite.com/?twitter.com. This means you could enable the extension on all websites by simply adding a dot (.) to the list, although this is not recommended. You could extend the application by forking this repo and changing the style variable inside scripts.js to a different string.

Installation

while the extension is not published, see the following guides for manually installing extensions:

How to use

The extension will remove border-radius by default on some pages, including instagram.com, twitter.com and facebook.com. visit the options page to view the entire list, and to add or remove entries.

Todo / Ideas

  • add better icon?
  • find a better name?
  • publish extension

About

Browser extension to remove all border radius on specified websites 🖼

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published