Unique.js

Unique.js is a JavaScript micro library that adds unique class names to your elements. It’s on this page. View the source code with your dev console to see it in action. You’ll see class names such as “unique-p-1.” That was automatically added by Unique.js and it won’t change on refresh. No storage of any kind is used. Instead other techniques are used to ensure elements keep their same unique class names on refresh.

Billy Wilcosky