Skip to content

Commit 6b767df

Browse files
committed
[docs] README: add 'devtools snippets' sections
1 parent fa2831a commit 6b767df

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ My user scripts to add functionality to various sites around the web (that were
1212
- [Nourishd Meal Highlighter](./userscripts/nourishd-meal-highlighter/) ([Install](https://github.com/0xdevalias/userscripts/raw/main/userscripts/nourishd-meal-highlighter/nourishd-meal-highlighter.user.js))
1313
- [YouTube Speed Override](./userscripts/youtube-speed-override/) ([Install](https://github.com/0xdevalias/userscripts/raw/main/userscripts/youtube-speed-override/youtube-speed-override.user.js))
1414

15-
## How to use
15+
### How to use
1616

1717
Personally I use [Violentmonkey](https://violentmonkey.github.io/) in Chrome:
1818

@@ -41,6 +41,16 @@ But if you use a different browser, or have different preferences, the following
4141
>
4242
> The most popular userscript managers are Greasemonkey, Tampermonkey, and Violentmonkey.
4343
44+
## Devtools Snippets
45+
46+
Chrome DevTools allows you to save small snippets of JS code [that can be easily run](https://developer.chrome.com/docs/devtools/javascript/snippets/#run) on pages using `Command + P`, typing a `!`, then selecting the snippet you want to run:
47+
48+
- https://developer.chrome.com/docs/devtools/javascript/snippets/
49+
50+
While I won't list them all here individually, you can find my devtools userscripts (or those I've collected from others), in:
51+
52+
- [./devtools-snippets/](./devtools-snippets/)
53+
4454
## See Also
4555

4656
### Other things by me
@@ -86,6 +96,14 @@ A non-exhaustive list of userscripts created by others/from other repos/etc:
8696
- https://github.com/jerone/UserScripts
8797
- > This repo contains a few of my UserScripts that I've build since 2007.
8898
99+
#### Devtools Snippets
100+
101+
A non-exhaustive list of JS devtools snippets created by others/from other repos/etc:
102+
103+
- https://github.com/bgrins/devtools-snippets
104+
- > A collection of helpful snippets to use inside of browser devtools
105+
- https://bgrins.github.io/devtools-snippets/
106+
89107
#### Chrome Extensions
90108

91109
Pretty much my go-to Chrome extension for making GitHub way more usable:

0 commit comments

Comments
 (0)