Merge branch '4.1.1'

This commit is contained in:
Tamius Han 2019-06-15 23:29:29 +02:00
commit 18a86bc815
3 changed files with 20 additions and 2 deletions

View File

@ -7,7 +7,11 @@
* 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
* Fixed video alignment issues on old.reddit. Disabled extension on imgur by default.

View File

@ -964,6 +964,20 @@ var ExtensionConf = {
stretch: -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
},
}
}

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
"version": "4.1.0",
"version": "4.1.1",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"