NoRedditNewTab (NRNT) Firefox

Examine source code of NoRedditNewTab (NRNT)

By: Apolune Add-on
Inspect and view changes in NoRedditNewTab (NRNT) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoRedditNewTab",
  "version": "1.0",
  "description": "Tiny browser extension that stops Reddit opening clicked notifications in new tabs",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "NoRedditNewTab.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "noredditnewtab@reecemercer.dev"
    }
  }
}

Best NoRedditNewTab (NRNT) Alternatives

Here are some Firefox add-ons that are similar to NoRedditNewTab (NRNT):