Skip to content

Instantly share code, notes, and snippets.

@edtorba
Created March 31, 2021 10:54
Show Gist options
  • Select an option

  • Save edtorba/76de210a392959c505c360f5f41d562c to your computer and use it in GitHub Desktop.

Select an option

Save edtorba/76de210a392959c505c360f5f41d562c to your computer and use it in GitHub Desktop.
Get random image from unsplash.

Create a bookmarklet in your browser, give it any name that you like and place following code instead of the URL.

javascript:(function(){var size=prompt("Please enter image size");size&&window.open(`https://source.unsplash.com/random/${size}`,"_blank").focus();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment