Merge branch '4.1.1'
This commit is contained in:
commit
18a86bc815
@ -7,7 +7,11 @@
|
|||||||
* Settings page looks ugly af right now. Maybe fix it some time later
|
* Settings page looks ugly af right now. Maybe fix it some time later
|
||||||
|
|
||||||
|
|
||||||
### v4.1.0 (current)
|
### v4.1.1 (current)
|
||||||
|
|
||||||
|
* Disabled gfycat
|
||||||
|
|
||||||
|
### v4.1.0
|
||||||
|
|
||||||
* Added ability to add custom CSS to page
|
* Added ability to add custom CSS to page
|
||||||
* Fixed video alignment issues on old.reddit. Disabled extension on imgur by default.
|
* Fixed video alignment issues on old.reddit. Disabled extension on imgur by default.
|
||||||
|
@ -964,6 +964,20 @@ var ExtensionConf = {
|
|||||||
stretch: -1,
|
stretch: -1,
|
||||||
videoAlignment: 1
|
videoAlignment: 1
|
||||||
},
|
},
|
||||||
|
"gfycat.com": {
|
||||||
|
mode: -1,
|
||||||
|
autoar: -1,
|
||||||
|
autoarFallback: 0,
|
||||||
|
stretch: -1,
|
||||||
|
videoAlignment: 1
|
||||||
|
},
|
||||||
|
"giant.gfycat.com": {
|
||||||
|
mode: -1,
|
||||||
|
autoar: -1,
|
||||||
|
autoarFallback: 0,
|
||||||
|
stretch: -1,
|
||||||
|
videoAlignment: 1
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
Loading…
Reference in New Issue
Block a user