Genetify

Genetify works by scanning a webpage for all specially named groups of elements. Then it varies elements in a group.

A special name is always of the form: GroupName v VariantName

Next page

 
 
 
 
<div class="rps">
    rock
</div>
<div class="rps v paper">
    paper
</div>
<div class="rps v scissors">
    scissors
</div>
            
 
 
 
 
rock
paper
scissors
 
 
 
 

Project homepage