VK links fix Firefox

Examine source code of VK links fix

By: sw0rl0k Add-on
Inspect and view changes in VK links fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VK links fix",
  "version": "1.0.2resigned1",
  "description": "Дополнение убирает редиректор Вконтакте (away.php) и позволяет переходить сразу по прямым ссылкам.",
  "author": "Ivan Fadeev",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "applications": {
    "gecko": {
      "id": "vklinksfix@fadeev.space",
      "strict_min_version": "45.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*"
      ],
      "js": [
        "data/content.js"
      ]
    }
  ]
}

Best VK links fix Alternatives

Here are some Firefox add-ons that are similar to VK links fix: