Stackovershits Firefox

Examine source code of Stackovershits

By: Yarfuo
Inspect and view changes in Stackovershits source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.1",
  "name": "Stackovershits",
  "description": "Google search cleaner for shitty stackoverflow clones",
  "author": "Yarfuo <yarfuo@gmail.com>",
  "permissions": [
    "https://www.google.com/search?*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.google.*/search?*"
      ],
      "js": [
        "block.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Stackovershits Alternatives

Here are some Firefox add-ons that are similar to Stackovershits: