Difference between revisions of "Loogart"
Jump to navigation
Jump to search
m |
m |
||
Line 10: | Line 10: | ||
<script> | <script> | ||
− | + | function myFunction() { | |
+ | document.getElementById("mw-head").style.visibility = "hidden"; | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 11:18, 26 March 2018
<html>
<style>
- mw-head{display:none!important;opacity:0!important;}
</style>
helloooooo
<script> function myFunction() {
document.getElementById("mw-head").style.visibility = "hidden";
} </script>
</html>