File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
99
1010For a steady stream of TILs, [ sign up for my newsletter] ( https://tinyletter.com/jbranchaud ) .
1111
12- _ 908 TILs and counting..._
12+ _ 909 TILs and counting..._
1313
1414---
1515
@@ -1031,6 +1031,7 @@ _908 TILs and counting..._
10311031## Workflow
10321032
10331033- [ Convert An ePub Document To PDF On Mac] ( workflow/convert-an-epub-document-to-pdf-on-mac.md )
1034+ - [ Enable Dev Tools For Safari] ( workflow/enable-dev-tools-for-safari.md )
10341035- [ Import A Github Project Into CodeSandbox] ( workflow/import-a-github-project-into-codesandbox.md )
10351036- [ Interactively Kill A Process With fkill] ( workflow/interactively-kill-a-process-with-fkill.md )
10361037- [ Open Slack's Keyboard Shortcuts Reference Panel] ( workflow/open-slacks-keyboard-shortcuts-reference-panel.md )
Original file line number Diff line number Diff line change 1+ # Enable Dev Tools For Safari
2+
3+ By default Safari's developer tools are hidden. To enable them, you need to go
4+ into the _ Advanced_ section of _ Preferences_ and check the box at the bottom of
5+ the screen that reads "Show Develop menu in menu bar."
6+
7+ ![ Advanced Safari Preferences Pane] ( https://i.imgur.com/TFhUXoA.png )
8+
9+ This will give you access to all sorts of menu items like "Show web inspector"
10+ and "Disable JavaScript".
11+
12+ [ source] ( https://support.apple.com/guide/safari/use-the-developer-tools-in-the-develop-menu-sfri20948/mac )
You can’t perform that action at this time.
0 commit comments