Skip to contentSkip to footer

Polypane 8.1: Resizable element tree, disable JS feature, new debug tools and more

6 min read. Posted on March 8, 2022

Polypane 8.1 comes with two often requested features: The tree view in the elements panel is now resizable so you can adapt it to your preferences, and there is a new Disable JS debug tool that disables JavaScript in a…

Read Article

How we made the State of CSS more responsive and accessible

5 min read. Posted on February 16, 2022

Each year, the state of CSS takes a global survey of the CSS landscape. Its results are highly regarded and influence browsers, toolmakers and web developers around the world. So I (Kilian) was super honored when I was…

Read Article

Polypane is now part of the GitHub Education Intro to Web Dev pack

1 min read. Posted on February 7, 2022

We are proud to announce that Polypane is now part of GitHub Education Intro to Web Dev . The response to Polypane being part of the Github Student Developer Pack has been phenomenal. Seeing Polypane be used across the…

Read Article

Polypane 8: better Elements Inspector, new syncing features, Chromium 98 and more

13 min read. Posted on February 1, 2022

Polypane 8 comes with a better Elements inspector, big performance improvements, Chromium 98 and many other new and improved features, like forced colors emulation, focus state sync, ARM support, UI improvement, a new…

Read Article

Improving your CLS and LCP Core Web Vitals

6 min read. Posted on November 24, 2021

Web Vitals are a set of measurements that gauge the user experience of your website. If you score poorly on them, your site is not as nice to use as a site with good Core Web Vitals. Google also uses them to determine…

Read Article

The EyeDropper API: Pick colors from anywhere on your screen

4 min read. Posted on November 11, 2021

With the new EyeDropper API in Chromium, websites can let visitors pick colors from anywhere on their screen, adding another feature to the web that used to require hacky solutions and is now just a few lines of code…

Read Article

Polypane 7

10 min read. Posted on November 8, 2021

Polypane 7 adds a new color picker tool, support for pseudo-elements and pseudo-classes in the Elements panel, new Web Vitals data and visualisations, an integration with Marker.io, new simulators, an update to Chromium…

Read Article

Find and fix accessibility issues with Polypane

14 min read. Posted on October 25, 2021

At Polypane, accessibility is one of the three core areas we focus on, along with performance and responsive design. If you're not familiar with Polypane, it's a web browser specifically for web developers. It has all…

Read Article

How TeliportMe is moving to the web with Polypane

4 min read. Posted on October 11, 2021

We interviewed Vineet Devaiah, the CEO of TeliportMe on their move to the web and how Polypane is helping them do this. Hey Vineet, so good to talk to you! Can you introduce us to TeliportMe ? Yeah, Teliportme is the…

Read Article

How to find the cause of horizontal scrollbars

3 min read. Posted on August 17, 2021

One of the most time consuming issues when it comes to web development is debugging horizontal scrollbars . They're easy to overlook while developing (especially on macs) and if users scrolls horizontally, your layout…

Read Article

Polypane 6.3: Tunnel vision simulator, webmanifest support, updated UI

5 min read. Posted on August 5, 2021

In Polypane 6.3 we added new debug tools and improved the meta panel and outline panel. And we moved the reload button. What's Polypane? Polypane is a web browser for developers, designers and anyone that works on web…

Read Article

Detecting media query support in CSS and JavaScript

4 min read. Posted on July 19, 2021

Recently I needed a way to detect support for a media query in CSS and JavaScript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... } , but that doesn't work for media queries. In…

Read Article