jsfiddle / jsfiddle-users

Discussions, issues and docs for JSFiddle.
https://jsfiddle.net
314 stars 114 forks source link

/show page not working? #1864

Closed NathanWailes closed 2 months ago

NathanWailes commented 6 months ago

I have the following jsFiddle: https://jsfiddle.net/nathanwailes/ot8ajezs/189/

For the past ~6 months I had been able to go to https://jsfiddle.net/nathanwailes/ot8ajezs/189/show to see the code running by itself, without any of jsFiddle's UI.

It's now not working; was the /show page feature removed?

This is what I see now:

image

oskarkrawczyk commented 6 months ago

@NathanWailes it's temporarily disabled due to it being abused by scammers.

I need to figure out a better way for this not to happen. In the meantime you could use the iframe embed (add it to your page, locally or otherwise) and force the Result panel to be selected by default.

pawelfus commented 6 months ago

+1 for this Really helpful when debugging on mobile. Any suggestions for a workaround for my use case? Thanks!

Edit:

Mobile view is quite crowded:

image
oskarkrawczyk commented 6 months ago

@pawelfus I think the best way is to follow the solution provided in my comment above.

gaby-de-wilde commented 4 months ago

Maybe make it available only to the author of the fiddle?

oskarkrawczyk commented 4 months ago

@gaby-de-wilde that's an awesome idea!

Will do it after 3.0 launches.

oskarkrawczyk commented 2 months ago

/show now works again but for logged in users only - not only the author of the fiddle but any logged in users.

@gaby-de-wilde again, thanks for the idea.