# Browsers

[Blockstack](https://blockstack.org/) - “Blockstack is a new internet for decentralized apps where users own their data. A browser is all that’s needed to get started.”

[Brave](https://brave.com/) #software - “Browse faster by blocking ads and trackers that violate your privacy and cost you time and money.”

[BrowserStack](https://www.browserstack.com/) - "App & Browser Testing Made Easy. Give your users a seamless experience by testing on 2000+ real devices and browsers. Don't compromise with emulators and simulators."

[BrowserStack: Free Testing on Microsoft Edge](https://www.browserstack.com/test-on-microsoft-edge-browser#) - "Until now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud-based infrastructure to instantly test and ship great experiences on Microsoft Edge."

[Microsoft Edge virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) - "Test Microsoft Edge (EdgeHTML) and versions of IE8 through IE11 using free virtual machines you download and manage locally."

[WebKit](https://webkit.org/) #software - “WebKit is the web browser engine used by Safari, Mail, App Store, and many other apps on macOS, iOS, and Linux.”

## Chrome

[Google Chrome](https://www.google.com/chrome/index.html) #software - "The browser built by Google"

[Mighty](https://www.mightyapp.com/) - "Make Chrome Faster. Mighty is a new browser that lets you have more tabs while taking 10x less memory. Built for speed, Mighty streams your browser from a powerful computer in the cloud."

[Replay a network request in cURL](https://developers.google.com/web/updates/2015/05/replay-a-network-request-in-curl) #article - "Resources which show up in the network panel have a context menu which allows you to Copy as cURL, this will go into your clipboard at which point you can paste it into the command line, modify if necessary and then see the response. Request headers are also included."


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://brain.nathanarthur.com/web-development-and-design/browsers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
