Gfycat no detail

Gfycat no detail

Redirects you from a gfycat detail page to the actual direct link of the gif. You can still access the detail page by clicking the cross on the top right corner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Gfycat no detail",
  "version": "1.1resigned1",
  "description": "Redirects you from a gfycat detail page to the actual direct link of the gif.",
  "icons": {
    "48": "icons/nodetail.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "https://gfycat.com/*"
  ],
  "background": {
    "scripts": [
      "redirect.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gfycat.com/*"
      ],
      "js": [
        "changebuttonlink.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2d499fe9-4227-4954-a5d9-d306d7d4b70b}"
    }
  }
}