YT watch playlist remover

Removes 'list' and 'index' search parameters from YouTube /watch urls
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "DaJay",
  "background": {
    "scripts": [
      "ytl_fix.js"
    ]
  },
  "description": "Removes 'list' and 'index' parameters from YouTube /watch urls",
  "manifest_version": 2,
  "name": "YT watch playlist remover",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.0"
}