Clean repo/README.md, add option to disable extension and bump version to 2.
This commit is contained in:
parent
96c36561e3
commit
9dc35139d6
7 changed files with 123 additions and 57 deletions
23
README.MD
23
README.MD
|
|
@ -1,19 +1,20 @@
|
|||
# Mango
|
||||
Obliterates rounded corners... BECAUSE I HATE THEM
|
||||
I declare war to rouded corners!
|
||||
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/mangocorners/"><img src="Firefox-badges.jpg" alt="Firefox Addon Store Icon" width="200"/></a>
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/mangocorners/"><img src="./img/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"/>
|
||||
## Example
|
||||
<img src="https://addons.mozilla.org/user-media/previews/full/307/307505.png?modified=1729803420" alt="Mango VS YouTube default design"/>
|
||||
|
||||
## How it works
|
||||
``* {
|
||||
```css
|
||||
* {
|
||||
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.
|
||||
}
|
||||
```
|
||||
This CSS tells your browser that everything (`*`) should have the property `border-radius` (amount of rounded corner) to 0.
|
||||
|
||||
## 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.
|
||||
The extension just injects this into your page after checking if the page is whitelisted. This extension is so tiny that you can review `mango.js` and `main.js` by yourself or with help of AI.
|
||||
|
||||
## Contributing
|
||||
Just do a pull request
|
||||
## Why Mango
|
||||
Mango is the codename of _Windows Phone 7.5_, the first version to adopt Microslop's "Metro UI". I grew up as a kid using Windows Phone and that shaped the way I see rounded corners—and I absolutely hate them.
|
||||
Loading…
Add table
Add a link
Reference in a new issue