getMatchedCSSRules for Firefox, IE and Chrome
for Bower
bower install getMatchedCSSRules
for Browser
<script type="text/javascript" src="path-to-getMatchedCSSRules"></script>
var rules = getMatchedCSSRules(document.body);
console.log(rules);
MIT