Initial commit.
This commit is contained in:
commit
b582390d2c
6 changed files with 51 additions and 0 deletions
9
mango.js
Normal file
9
mango.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
var styles = `
|
||||
* {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
`
|
||||
var injectedStyle = document.createElement("style")
|
||||
injectedStyle.type = "text/css"
|
||||
injectedStyle.innerText = styles
|
||||
document.head.appendChild(injectedStyle)
|
||||
Loading…
Add table
Add a link
Reference in a new issue