Home

Show Compatibility Mode

Source code for bookmarklet Show Compatibility Mode.



javascript:
(function(){
    alert(document.compatMode);
}());