Old Fashion Description

Old Fashion Description

Reverts the YouTube description back to what it used to be.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Old Fashion Description",
  "version": "1.0.0",
  "description": "Reverts the YouTube description back to what it used to be",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "scripts.js"
      ]
    }
  ]
}