/Christian Heilmann

Developer Tools Secrets That Shouldn’t Be Secrets tl;dr: (1) Console is more than log() - it's console.log(width), console.error(), console.trace(), etc... (2) You can log without source access. (3) You can log outside the browser i.e. in the VS Code debugger. (4) You can inject code into any site. And more.

featured in #274


Developer Tools Secrets That Shouldn’t Be Secrets tl;dr: (1) Console is much more than "log()." (2) You can log without source access – live expressions and logpoints. (3) You can log outside the browser – VS Code debugger. (4) You can inject code into any site – snippets and overrides, and more.

featured in #266