Make Your Own a blank slate

Use this space to make your own creation from scratch. Feel free to copy and change ideas you find anywhere else.

Reset
Reference: 
dofunctionmenuvariablestruefalse
# common setup code here. window.print = -> write 'Try using <b>write</b> instead of <b>print</b>.' # remove default error handling UI. window.removeEventListener 'error', see thepopup = null popup = (t) -> if $('#error-advice').length thepopup = $('#error-advice') if thepopup thepopup.html t return thepopup = write """ <center>#{t}</center> """ thepopup.css background: rgba(240,240,240,0.8) fontFamily: 'Arial' margin: '5px 15%' padding: '8px' borderRadius: '8px' boxShadow: '0 0 5px dimgray' hints = null lasterrorevent = null $(window).on 'error', (e) -> lasterrorevent = e if hints then do hints