mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 18:53:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user