You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally I use [Violentmonkey](https://violentmonkey.github.io/) in Chrome:
18
18
@@ -41,6 +41,16 @@ But if you use a different browser, or have different preferences, the following
41
41
>
42
42
> The most popular userscript managers are Greasemonkey, Tampermonkey, and Violentmonkey.
43
43
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:
0 commit comments