Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devxan/ff7e27e5c971f1ba9a918640386009d7 to your computer and use it in GitHub Desktop.
Save devxan/ff7e27e5c971f1ba9a918640386009d7 to your computer and use it in GitHub Desktop.
Let's you view a scratch project before it's shared. This is a bookmarklet. Drag the code into your bookmarks bar and rename it to "Open unshared project."
javascript:(function()%7Bif%20(window.location.href.indexOf('scratch.mit.edu%2Fprojects')%20%3E%200)%20%7B%0Awindow.location%20%3D%20'%23_bypasssharerestrictions_'%3B%20%0Alocation.reload()%3B%0A%7D%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment