19 lines
No EOL
923 B
Markdown
19 lines
No EOL
923 B
Markdown
# Mango
|
|
Obliterates rounded corners... BECAUSE I HATE THEM
|
|
|
|
<a href="https://addons.mozilla.org/en-US/firefox/addon/mangocorners/"><img src="Firefox-badges.jpg" alt="Firefox Addon Store Icon" width="200"/></a>
|
|
|
|
<img src="https://addons.mozilla.org/user-media/previews/full/307/307501.png?modified=1729803414" alt="Mango configuration UI" width="200"/>
|
|
<img src="https://addons.mozilla.org/user-media/previews/full/307/307505.png?modified=1729803420" alt="Mango VS YouTube default design" width="400"/>
|
|
|
|
## How it works
|
|
``* {
|
|
border-radius: 0 !important;
|
|
}``
|
|
That's everything we inject into your page, feel free to check the source code to be sure we're not doing anything malicious.
|
|
|
|
## Why 'Mango'
|
|
Mango is the codename of the first Windows Phone OS to have a codename (Windows Phone 7.5). I had a WP as a child and I always loved the "minimalist square" design of Windows Phone.
|
|
|
|
## Contributing
|
|
Just do a pull request |