Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-20 00:20:24 +00:00
parent a746c9d8f6
commit 53cdffdca8
17 changed files with 373 additions and 22 deletions

View File

@@ -24,19 +24,19 @@ source: https://github.com/tldr-pages/tldr.git
- Open in application mode (without toolbars, URL bar, buttons, etc.):
`msedge --app={{https://example.com}}`
`msedge --app {{https://example.com}}`
- Use a proxy server:
`msedge --proxy-server="{{socks5://hostname:66}}" {{example.com}}`
`msedge --proxy-server "{{socks5://hostname:66}}" {{example.com}}`
- Open with a custom profile directory:
`msedge --user-data-dir={{path/to/directory}}`
`msedge --user-data-dir {{path/to/directory}}`
- Open without CORS validation (useful to test an API):
`msedge --user-data-dir={{path/to/directory}} --disable-web-security`
`msedge --user-data-dir {{path/to/directory}} --disable-web-security`
- Open with a DevTools window for each tab opened: