Skip to content

Instantly share code, notes, and snippets.

View herebebeasties's full-sized avatar

Alastair Maw herebebeasties

View GitHub Profile
(function() {
var tag = document.querySelector(
'script[type="text/javascript"]'
);
tag.setAttribute('type', 'text/jsx');
tag.textContent = tag.textContent.replace(/^\/\/<!\[CDATA\[/, '');
})();