Skip to content

Commit 10e2db5

Browse files
committed
Add Enable Dev Tools For Safari as a workflow til
1 parent 461e8ee commit 10e2db5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
99

1010
For 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)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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)

0 commit comments

Comments
 (0)