Way in Firefox to show current window dimensions? [closed]

Is there any way in Firefox to show the dimensions of the current viewport? Ideally in the status bar and updating "live" as you resize the window, as this would be extremely useful for responsive layout testing!

I've used "MeasureIt" but that requires you to draw with a ruler, which is tedious and quite possibly inaccurate depending on the ability and mouse resolution of the user.


I know this is a 4 year old answer, but I don't see anyone mention that you just have to select the toggle rulers option. Go to the settings menu option in the developer tools and check it. That will bring up the ruler icon and just click it and you have your ruler. enter image description here


The popular Web Developer Extension has a "Display Window Size In Title" function (under the "Resize" menu) which updates when resizing. This displays both the window size and the viewport size in the following format: 1024x768 [1008x529] (window size, viewport size)