_devtoolstips's profile picture. Useful cross-browser DevTools tips

DevTools Tips @[email protected]

@_devtoolstips

Useful cross-browser DevTools tips

DevTools Tips @[email protected] أعاد

✂️Paper cuts fixed! #ChromeDevTools now format & pretty print all JSON data & its sub types everywhere. developer.chrome.com/blog/new-in-de… #webdevelopment #debugging #json


DevTools Tips @[email protected] أعاد

Here's a tip for you, different ways of taking browser screenshots in DevTools 📸️ What do you think of this sort of 1 minute web development video? Would you like to see more of these?


devtoolstips.org just got a face lift! Now with: ✅ A home page that actually says what the site is about  ✅ A persistent sidebar to quickly access collections of tips. ✅ A persistent search field to find other tips.

_devtoolstips's tweet image. devtoolstips.org just got a face lift!

Now with:
✅ A home page that actually says what the site is about 
✅ A persistent sidebar to quickly access collections of tips.
✅ A persistent search field to find other tips.

DevTools Tips @[email protected] أعاد

Simulate color blindness ↳ @FirefoxDevTools ◆ In the "Accessibility" panel, from the toolbar open the "Simulate" menu and select the type of deficiency to simulate the page for the users with that deficiency. → canidev.tools/simulate-color…


DevTools Tips @[email protected] أعاد

Having access to a free reporting tool like Lighthouse in DevTools is a great start for diagnosing performance issues by identifying bottlenecks on the main thread. ↬ Check out how @SpeedCurve can help you and your team dig deeper into the data: smashingmagazine.com/2023/10/speedc…

smashingmag's tweet image. Having access to a free reporting tool like Lighthouse in DevTools is a  great start for diagnosing performance issues by identifying bottlenecks on the main thread.

↬ Check out how @SpeedCurve can help you and your team dig deeper into the data: smashingmagazine.com/2023/10/speedc…

DevTools Tips @[email protected] أعاد

The new Injector Tree inspector is sooo cooool ! @alexbodurri is doing a wonderful job with the #Angular devTools ! In v17 we'll be able to inspect the injector hierarchy, check the available provider values. It's great for debugging, great for learning 💪

Jean__Meche's tweet image. The new Injector Tree inspector is sooo cooool ! 
@alexbodurri is doing a wonderful job with the #Angular devTools ! 

In v17 we'll be able to inspect the injector hierarchy, check the available provider values.

It's great for debugging, great for learning 💪

DevTools Tips @[email protected] أعاد

Preview social media cards ↳ @polypane ◆ Open Info > Meta & scroll to Social media previews section. Works with localhost & you can overwrite domain with a click. ◆ Toggle light/dark buttons to preview the card in light and dark mode respectively. 🌐canidev.tools/preview-social…


DevTools Tips @[email protected] أعاد

✨ Chrome 119 is here! What's New in DevTools? - View CSS @property in the Styles pane - Refresh the emulate devices - Better pretty-print and autocompletion ...and more! 👇🏽 developer.chrome.com/blog/new-in-de…

ChromeDevTools's tweet image. ✨ Chrome 119 is here! What's New in DevTools?

- View CSS @property in the Styles pane
- Refresh the emulate devices
- Better pretty-print and autocompletion

...and more! 👇🏽
developer.chrome.com/blog/new-in-de…

DevTools Tips @[email protected] أعاد

Polypane 16 is here! 🥳 - Cool new CSS tools/emulation: @​scope, prefers-reduced-transparency, scripting - Updated X/Twitter preview cards, with domain overwriting - A11y workflow improvements - Chromium 118 Find all the details here: polypane.app/blog/polypane-…

polypane.app

Polypane 16: workflow improvements, scoped styles and Chromium 118 | Polypane

Polypane 16 ships a ton of improvements to common workflows, updates to the meta panel social media previews, support for @scope in the elements panel, an…


DevTools Tips @[email protected] أعاد

Spent hours debugging unwanted horizontal scrollbars? @FirefoxDevTools shows directly in the inspector, which is the element with scrollbar and what are the overflowing elements 🤯


DevTools Tips @[email protected] أعاد

It's here! What's new in DevTools (Chrome 118) 🍋 Styles pane support CSS @property 😏 More local overrides improvements 🔎 Enhanced and faster search 📹 youtu.be/-dOYxJnRhxQ?si… 📜 developer.chrome.com/blog/new-in-de…

ChromeDevTools's tweet image. It's here! What's new in DevTools (Chrome 118)

🍋 Styles pane support CSS @property
😏 More local overrides improvements
🔎 Enhanced and faster search

📹 youtu.be/-dOYxJnRhxQ?si…
📜 developer.chrome.com/blog/new-in-de…

DevTools Tips @[email protected] أعاد

Lighthouse v11.2 includes an overhaul to the performance category that focuses audit prioritization on estimated impact to the performance metrics. Also included is an upgraded score gauge. On hover, it visualizes how each performance metric affects the overall performance score.

____lighthouse's tweet image. Lighthouse v11.2 includes an overhaul to the performance category that focuses audit prioritization on estimated impact to the performance metrics. Also included is an upgraded score gauge. On hover, it visualizes how each performance metric affects the overall performance score.

DevTools Tips @[email protected] أعاد

Introducing the Crash Analyzer tool, improvements to the memory tool, and accessibility improvements in Microsoft Edge for Business🧠 Learn more about what else is new in DevTools 113 and 114: msft.it/60139sr8J


DevTools Tips @[email protected] أعاد

DevTools implemented improvements to the Sources panel! 🛠️ Dive in and see what’s new for developers in Chrome 118. → goo.gle/46E2ium

ChromiumDev's tweet image. DevTools implemented improvements to the Sources panel! 🛠️

Dive in and see what’s new for developers in Chrome 118. → goo.gle/46E2ium

DevTools Tips @[email protected] أعاد

I’m extremely pleased to announce the release of Scroll-Driven Animations Debugger, a Chrome DevTools extension to visualize and debug Scroll-Driven Animations. 🔗 brm.us/scroll-driven-… Get the extension from the Chrome Web Store and start inspecting scroll-driven-animations.style


📏 The current size of the viewport is kind of important to know about when debugging certain issues, or working on media queries. 💡With DevTools, you can easily see the viewport size! devtoolstips.org/tips/en/see-vi…

_devtoolstips's tweet image. 📏 The current size of the viewport is kind of important to know about when debugging certain issues, or working on media queries.

💡With DevTools, you can easily see the viewport size!

devtoolstips.org/tips/en/see-vi…

DevTools Tips @[email protected] أعاد

New #DevToolsTip! "It works on my machine!" 😆 Let's see how @oliverdunk_ and @jecfish debug and fix their Chrome extension. Watch 📹: youtu.be/Ta-YTDhiBIQ?si…


DevTools Tips @[email protected] أعاد

By default, any changes you make in DevTools are not saved because they disappear after the page is reloaded. 💥 But Workspace can change that! @jecfish has all the tips on setting up a workspace to ensure your changes are saved in your source code.


DevTools Tips @[email protected] أعاد

My face when I saw the new #ChromeDevTools 117 features. 🤯 Watch the highlight to learn more: youtu.be/oMRpODeXzho Mock API responses? 🙀 Hide Chrome extension requests? 🥷🏼 Debugging fetch priority? 📊 This update is so good it's got me feeling like 👇🏽

jecfish's tweet image. My face when I saw the new #ChromeDevTools 117 features. 🤯 Watch the highlight to learn more: youtu.be/oMRpODeXzho

Mock API responses? 🙀 Hide Chrome extension requests? 🥷🏼 Debugging fetch priority? 📊

This update is so good it's got me feeling like 👇🏽

DevTools Tips @[email protected] أعاد

What's next in DevTools (Chrome 118)? 🪮 View CSS @ property 🎬 Filter overridden network requests 🔎 Enhanced search ... and more! Try them first in Chrome Canary. developer.chrome.com/blog/new-in-de…

ChromeDevTools's tweet image. What's next in DevTools (Chrome 118)?

🪮 View CSS @ property 
🎬 Filter overridden network requests
🔎 Enhanced search

... and more! Try them first in Chrome Canary. 
developer.chrome.com/blog/new-in-de…

Loading...

Something went wrong.


Something went wrong.