I noticed you can't really customize the 'flair' image for StackOverflow
With CSS or a variety of their defaults. Don't get me wrong I think they're fine but I was asked if you could create your own?
If I was to go about doing this I would parse out the information from a users page ex.
jQuery or another language would look for the hlinks-user id
then it would parse out the different badges and reputation
EDIT:
So lets say I use the API (parsing seems a little hacky anyways) by just taking the user data and displaying it on say someones blog wouldn't be a violation?
Their might be another way etc but this is the one that was fresh on my mind. So is it a violation?