Do Not Track
On by default. Most sites ignore it. Costs nothing.
No padding. Everything here ships in 1.0.0.
Prefix a query with a bang, land on the source. Sixteen built in.
Adding your own takes a key and a URL with %s in it.
!cve NVD · !edb Exploit-DB · !att ATT&CK!shodan · !crt · !vt VirusTotal!gtfo GTFOBins · !ht HackTricks · !kali!gh · !mdn · !npm · !so!cve log4shell
nvd.nist.gov/vuln/search?query=log4shell
!crt example.com
crt.sh/?q=example.com
!gtfo tar
gtfobins.github.io, scoped
localhost:8080
address, not a search
Standard primitives, not a homemade scheme. scrypt is memory-hard, so a stolen file is expensive to attack offline. GCM authenticates as well as encrypts, so tampering fails loudly.
{
"kdf": {
"name": "scrypt",
"N": 32768, "r": 8, "p": 1,
"salt": "..."
},
"iv": "..." // fresh every write
"tag": "..." // GCM auth tag
"data": "..." // ciphertext
}
Three steps, modelled on Tor Browser. Higher levels break more sites. That's the trade, not a bug.
Notifications, MIDI, HID, serial and USB are refused at every level.
| Standard | Safer | Safest | |
|---|---|---|---|
| JavaScript | on | on | off |
| Media | on | blocked | blocked |
| Remote fonts | on | blocked | blocked |
| Camera / mic / location | ask | denied | denied |
84 host rules matched by domain suffix, so doubleclick.net
covers ad.doubleclick.net. Dropped before a connection opens.
On by default. Most sites ignore it. Costs nothing.
Presets including curl, plus free text.
Cookies, storage, cache. One action.
Clear by hour, day, week, or all.
A browser missing these is a demo, not a tool.
| Key | Does |
|---|---|
| Ctrl T | New tab |
| Ctrl Shift N | Private window |
| F5 / Ctrl F5 | Reload / hard reload |
| Ctrl J | Downloads |
| Ctrl H | History |
| Ctrl Shift B | Bookmarks bar |
| F12 | DevTools |