Skip to content

Instantly share code, notes, and snippets.

@andrewSC
Created June 11, 2018 14:37
Show Gist options
  • Save andrewSC/dca231b2428dc39cc4ad5782000976b6 to your computer and use it in GitHub Desktop.
Save andrewSC/dca231b2428dc39cc4ad5782000976b6 to your computer and use it in GitHub Desktop.
function oc_checkB() { var oc_b=document.getElementById("powe"+"red"); if (!oc_b||((oc_b.currentStyle ? oc_b.currentStyle.display : getComputedStyle(oc_b, null).display)==='none')||((oc_b.currentStyle ? oc_b.currentStyle.visibility : getComputedStyle(oc_b, null).visibility)==='hidden')){document.body.style.display='none';}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment