Sanitize Target Attribute

Sanitize Target Attribute

Makes links that open in new tab open in the current. Not forcing unwanted tabs on users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.0.2resigned1",
  "name": "Sanitize Target Attribute",
  "description": "__MSG_description__",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sanitize-target-attribute.js"
      ]
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a884fc70-897e-4a3c-b615-ad013562988d}"
    }
  }
}