How to make a JSFiddle anonymous without logging out

jsfiddlesharing

When I'm logged into my JSFiddle account, every fiddle I create has my username in the link, and I can later delete it and make the link useless. If I want to share my fiddle, in Stack Overflow for instance, the fiddle should be anonymous, so it can never be deleted.

Is there any way to make an anonymous fiddle without logging out?

I'd like something like "create anonymous copy from this fiddle".

Best Answer

There's no way to do this without logging out, but you can open an incognito window (Ctrl/Cmd + Shift + N for Chrome, or your browser's menu bar → New incognito window) and go to jsfiddle.net and paste in your code to make an anonymous copy quickly.