Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yhdesai/09d30e90a51810047d927c1cc9eef485 to your computer and use it in GitHub Desktop.
Save yhdesai/09d30e90a51810047d927c1cc9eef485 to your computer and use it in GitHub Desktop.
jajoosam share skrrt css fix by js :P
var main = document.getElementsByTagName("main")[0];
main.outerHTML = main.outerHTML.replace(/main/g,"div");
var wave = document.getElementsByTagName("wave")[0];
wave.style.overflow="";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment