<- Back
Comments (38)
- giancarlostoroPretty sure it always autosaved so this makes sense to me? I always assume it would send my data over to their backend, its code that ends up there regardless?
- tvinkYou're gonna be shocked how many input fields do this for various UX features :)
- maxim-finCodePen does not disclose this in neither ToS nor in Privacy Policy, only in Builds documentation they say: “As you work on CodePen, your Pens are constantly running through the CodePen Compiler”
- nseskinThere’s a detailed discussion of the same issue here https://www.reddit.com/r/webdev/comments/1rj1oac/i_planted_f...
- midnitewarriorLook into https://www.fullstory.com/ , many major websites use this, it's basically a real-time video view of the user's browser screen. You can see where they move their mouse, how quickly they are typing, each character one at a time.I worked for a company that would have phone support for users, and we'd be watching their screens giving gentle suggestions to them as they were using our app for how to do what they needed to do. We never offered up what we were doing, but given users' poor descriptions of what they were doing, FullStory was an amazing customer service tool.
- cph123For basic previewing I like to use https://htmledit.squarefree.com which has been online for years and does it all client side.
- pdyci made my own html playground that is browser only and shares preview via url hash because of these useless shenanigans of codepen, its not as featureful but i mostly use it for sharing single page html fileshttps://easyanalytica.com/tools/html-playground/
- bashySent to them to render the preview pane. Same as pasting secrets anywhere on a browser.Wait until you find out copying content on a computer might sent it over Wi-Fi/Bluetooth for sharing on other devices.
- keepo404because this is how autocomplete logic works i guess? Frontend cannot guess language and completions for you
- kyproThis is so it can restore any unsaved changes.I take no opinion on whether this is good or bad, but I can see how from a UX perspective it's nice not to lose 10 minutes of work because your browser crashes or something.
- anonundefined
- qsbuilder[dead]
- tmpsvc2695f5[dead]
- alfredo359[dead]
- cetinsert[flagged]