Examine source code of YT watch playlist remover

Inspect and view changes in YT watch playlist remover source codes across current and past versions
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"
}