Difference between revisions of "Loogart"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
<style> | <style> | ||
#mw-page-base{ | #mw-page-base{ | ||
− | display:none; | + | display:none!important; |
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 12:32, 26 March 2018
<html>
helloooooo
<script> function myFunction() {
document.getElementById("app-brand-name").style.display = "none";
} </script>
<style>
#mw-page-base{ display:none!important; }
</style> </html>