Skip to content

Instantly share code, notes, and snippets.

View cb2soft's full-sized avatar

Cevat Bayraktaroğlu cb2soft

View GitHub Profile
<body id="supports" class="page basicpage js">
<script>
(function () {
var element = document.querySelector('body');
element.classList.remove('no-js');
element.classList.add('js');
})();
</script>