Skip to content

Instantly share code, notes, and snippets.

@caseywatts
Last active May 20, 2022 13:36
Show Gist options
  • Save caseywatts/065efcb61465ddfbc2d6 to your computer and use it in GitHub Desktop.
Save caseywatts/065efcb61465ddfbc2d6 to your computer and use it in GitHub Desktop.
OpenCurrentImageInPixlrExpress

Short link to this page: http://caseywatts.com/pixlr

Other gists & tricks: http://caseywatts.com/gists-and-tricks

Open Current Image in Pixlr Express

This bookmarklet is good for quickly modifying an image, such as overlaying some text.

  1. Save this bookmarklet. Right-click on boomarks toolbar Add Page...
  • Name: pixlr or whatever you'd like (maybe short so it stays on your bookmarks toolbar)
  • URL: javascript:(function() {this.location.href = "https://pixlr.com/express/?image=" + this.location.href})();
  1. Open an image in its own tab (like http://weknowyourdreamz.com/images/bubble/bubble-09.jpg for example)
  2. click that bookmarklet
  3. 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment