Inspect and view changes in Reddit Old To New Redirect 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
{
"manifest_version": 2,
"name": "Reddit Old To New Redirect",
"description": "Redirect old.reddit (old layout) pages to the corresponding new page (old.reddit.com/* -> www.reddit.com/*).",
"version": "1.0.1",
"background": {
"scripts": [
"background_script.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://old.reddit.com/*"
]
}