jsfiddle fullscreen result links

Attempt to link to full screen jsfiddle result.

by Laurens Maneschijn

HTML

<hr>

Fullscreen jsfiddle result.<br>
Shareable link, available for everyone.<br>
With minor jsfiddle wrapper elements on screen.<br>
Requires a "Run this fiddle" click to show result.<br>
<br>
<a target="_blank" href="https://jsfiddle.net/ElMoonLite/27fn8k3t/show">
	https://jsfiddle.net/USERNAME/FIDDLEIDHASH/show
</a>

<hr>

Fullscreen jsfiddle result.<br>
Only works when logged into jsfiddle (and probably only as owner of the fiddle? not sure).<br>
Only the clean result frame output, no wrappers or links etc. ideal for private use.<br>
<br>
<a target="_blank" href="https://fiddle.jshell.net/ElMoonLite/27fn8k3t/show/?editor_console=">
	https://fiddle.jshell.net/USERNAME/FIDDLEIDHASH/show/?editor_console=
</a>

<hr>

Bookmarklet links (drag to bookmarks bar):<br>

<a href="javascript:(function(){var m=(''+document.location.href).match(/jsfiddle.net\/(\w+)\/(\w+)\//); if(!m){return;} var u=`https://jsfiddle.net/${m[1]}/${m[2]}/show`;window.open(u);})(); /* https://jsfiddle.net/ElMoonLite/27fn8k3t/ */">jsfiddle open fullscreen result shareable</a><br>


<a href="javascript:(function(){var m=(''+document.location.href).match(/jsfiddle.net\/(\w+)\/(\w+)\//); if(!m){return;} var u=`https://fiddle.jshell.net/${m[1]}/${m[2]}/show/?editor_console=`;window.open(u);})(); /* https://jsfiddle.net/ElMoonLite/27fn8k3t/ */">jsfiddle open fullscreen result private</a><br>

<hr>

<small>
Unfortunately, it seems impossible to dynamically get the username and fiddleidhash from within the result window, so we have to hardcode copy paste that in manually.
(top.location.href is cross-origin blocked)
</small>