Category: Tools

Navigate Browser's DevTools faster using Commands

Navigate DevTools Faster Using Commands

If you work extensively with DevTools and want to increase your efficiency, I have good news! In this guide, we will look at how to navigate faster through the browser’s DevTools using Commands. To...

remove ads with devtools

Remove Annoying Page Elements with DevTools

Let’s get rid of popups and annoying stuff on websites using your browser’s DevTools. Press F12 to open the DevTools. Press CTRL + SHIFT + C. Select your favorite annoying element and press Backspace...

vscode sort json documents and keys

Sort JSON Documents & Keys in VS Code

If you’re working with JSON documents, you may want to clean them up and sort all the object keys alphabetically. This can make the files more readable and consistent, but it can also improve...

swap characters and words in terminal

Swap Characters & Words in Terminal

Let’s learn how to quickly fix typos by swapping characters and words in the terminal. Swap characters Let’s take this command with a typo for example: ehco hey You can use CTRL + T...

vscode better comments extension

VS Code Better Comments Extension

VS Code isn’t that great when it comes to customizing the color of the comments. A couple of ways you can customize them is to pick a theme that would change the whole visuals...

vscode better folding extension

VS Code Better Folding Extension

VS Code isn’t that great when it comes to folded code blocks. As you can see in the image below, it gets the job done but limits visibility and it’s difficult to understand what...