Quickly toggling elements in the Web Inspector
14Oct Here’s one Web Inspector shortcut I didn’t know about (although it’s listed in the shortcuts): just press the h key in the Elements tab and the currently selected element will be hidden. What happens is that the __web-inspector-hide-shortcut__ class is toggled on that element, with the following CSS: .__web-inspector-hide-shortcut__, .__web-inspector-hide-shortcut__ * { visibility: hidden […]
READ MORE