Difference between revisions of "Loogart"

From wiki
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 13: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>