JSFiddle - React, Tailwind, and code Playground
by aaronk85
JavaScript
<script type="text/javascript">
if (self != top)
{
var justcontentnonav = document.createElement('link');
justcontentnonav.href = 'http://www.example.com/style.css';
justcontentnonav.type = 'text/css';
justcontentnonav.rel = 'stylesheet';
document.getElementsByTagName('head')[0].appendChild(justcontentnonav);
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = "#col-3 {display: none; visibility: hidden;}";
document.getElementsByTagName('head')[0].appendChild(css);
}
</script>