diff --git a/CHANGELOG.md b/CHANGELOG.md index ad38a20..daf9d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/ext/conf/ExtensionConf.js b/src/ext/conf/ExtensionConf.js index 49132ae..be89945 100644 --- a/src/ext/conf/ExtensionConf.js +++ b/src/ext/conf/ExtensionConf.js @@ -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 + }, } } diff --git a/src/manifest.json b/src/manifest.json index 895de6f..e17eb59 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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}"