Update JSFiddle result on separate window

jsfiddle

I have a JSFiddle which requires a larger screen than the result window. Ideally, I'd like to "detach the result" window onto a separate monitor.

I have used the fullscreen result page, however I can only refresh it if I update the fiddle and then change the number in the URL.

Is there a workaround to achieve this?

Best Answer

The older answer wouldn't work. What I found that works is appending show/ to the url, like

http://jsfiddle.net/wptc/cgGXe/show/ 

It should give you just the result tab.