This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function bookmarklet(window) { | |
var document = window.document; | |
var body = document.body; | |
/** | |
* Sort a collection of images based on their dominant hue, | |
* and show the rgb+h analysis in a nice little image alongside. | |
* | |
* for instance, use this bookmarklet on |
NewerOlder