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