Remove Srsltid Param From Startpage Results Firefox

Examine source code of Remove Srsltid Param From Startpage Results

By: DBSH
Inspect and view changes in Remove Srsltid Param From Startpage Results source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "permissions": [
    "*://*.startpage.com/*"
  ],
  "name": "Remove Srsltid Param From Startpage Results",
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3b54e804-c650-4b3e-8f1e-15d469f03b80}",
      "strict_min_version": "100.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "On Startpage.com search results, this extension strips away any srsltid parameters from hyperlink target URLs. The sole function of srsltid parameters are for tracking purposes.",
  "content_scripts": [
    {
      "matches": [
        "*://*.startpage.com/*"
      ],
      "js": [
        "Remove_Srsltid_Param_From_Startpage_Results.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/Remove_Srsltid_Param_From_Startpage_Results_icon-48.png",
    "96": "icons/Remove_Srsltid_Param_From_Startpage_Results_icon-96.png"
  }
}

Best Remove Srsltid Param From Startpage Results Alternatives

Here are some Firefox add-ons that are similar to Remove Srsltid Param From Startpage Results: