Examine source code of justgotothedamnurl

Inspect and view changes in justgotothedamnurl 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": "justgotothedamnurl",
  "version": "1.0",
  "description": "Firefox >=77 now searches when you enter perfectly legitimate URLs. Reverse this behavior with a search engine that just goes to the URL.",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "justgotothedamnurl",
      "search_url": "https://justgotothedamnurl.com/search?q={searchTerms}",
      "keyword": "justgo"
    }
  }
}