<meta charset=utf-8<title></title>
<style>
html {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAQAAABKIxwrAAACYklEQVQ4ywXB21IbBQAA0LOXbC5LSEITIJFqRQervFjHl7474yf6Pc74BTodB8GpQgMtJCYh901213OCXw6ejPRc+9rGyAs7HYmhmrUTmUKuLpS4En4QeGnmjZlI3dql3FJb6dSN0LOJtndCA9GbJLaXKtTs1CViuQNLuYkvbKX2ONFEWIjVFAKHYgttK3PvpXJ9qa2tQw1rv3kSdkzkChVrK12PHj2omQkF3mnJdTXUvVYTbvXFVlIzB+Zea3srdym3kqqrGhqJrfwlukj67qxkeqZiE7mphkenJr6Uoyk3cSYR/ZwE9r4SenYk0BAqjJ3omivEVj7KxBZK0UVyYiKzde53FWsLa6W6W03PtiBRF9qIfkr2+tpyO8cedexUHEqtZNqqunZ2ElV74ZmOnSsjsZ2WtmeB0spOU2nsyitPCplz8X8mto7UNT1g7cDeXtURenIdCz/6qOVK3LXXkhhKdW1t5HpStz5pYO+9A30NDxqiH5KlpbELcyMt9+p2Yj2HSg18Zmoo1XcvvvCAxELVkTG+c+dJqCGy9iwVOzL1SSk6T+ZSmbW2P7Ql1ja2YoWKWydKoULuVCpMfCPz5NjfjpSWIs8Gasg1zUVKgabETli4NjMwdGFgriP2VmjqhUJiYKOwEZhYCNsCFTWpG5mJlZlfcWZkruZfU4lSrq8QfZ/0LVVVXOtKJLaOTaxl+jKRU48O3ChdCF/JVD0IDHwQigXqqsaaNgqlOy2lz1WNxBU1mb0/fWvopZ26marUVk9ir2NiqqUwE99L5dp65i79Yy7WVTpRGIvVhCo6egq5/wHC6QOF0sbLJgAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAA30lEQVQY0wXB2UrjUAAA0NPrTdLWqjPFpUoRBEF888G/8x/nFwbcl6jVpktyTeo5vZtRK5l4EGQaSeFI4VH8YylTaf2VDLUOPLtQCaUfycrEf/u21J7k/hkJe3JRo3Xt1Yd9P95NRTH5UjtWqxwozI29KfWFRjKwkAlmbjHTt9QJuXPBWikZ2NFzojDWiUfuTcx1Cn21XG0l+hRbGwt9n94N5BZOZU70hFL0bahwptOz68upN9vCoZkXSbSRNBord6aehErn0sxUYyK3lFkpNbau8pHGWmtprjW0VtnY8QvE5Fy/tHDe0wAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAAq0lEQVQI1wXB3UrCYAAA0LNP25xNcmmtggyEhOg9e8VuDSKSfpC2pc5tdU70lNUypamNE5HKmUSY6fRyn5YuxYJTW+HLwq9E483W0K2dWuBF4UMnda9TubAweIzHIldqrU6kVzkIcyvP3tVyO62J2tjgIU4FndRI6uigsRfuvMr1gj9r3yojpZA7ajVKnRutzNLS4DqeqJyLzKxN9faOhoVCI/NjJzG3sRH7B+RsPcnY6OvBAAAAAElFTkSuQmCC), black;
font-family: Open Sans, serif;
color: #4a437f;
text-shadow: 0 0 40px #aaa;
text-align: center;
}
h1 {
font-style: italic;
}
</style>
<h1> Example </h1>
<p> This page has a noisy background.
</p>
<p> And some text.
</p>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |