Changes

21 bytes removed ,  13:32, 26 March 2018
no edit summary
Line 1: Line 1:  
<html>
 
<html>
 
+
<div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:#111;z-index:1000000000;>
<style>
  −
#mw-head{display:none!important;opacity:0!important;}
  −
</style>
  −
<body>
  −
 
  −
<div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:red;z-index:1000000000;>
   
<h1>helloooooo</h1>
 
<h1>helloooooo</h1>
 
</div>
 
</div>
Line 12: Line 6:  
<script>
 
<script>
 
function myFunction() {
 
function myFunction() {
     document.getElementById("app-brand-name").style.visibility = "hidden";
+
     document.getElementById("app-brand-name").style.display = "none";
 
}
 
}
 
</script>
 
</script>
</body>
+
 
 +
<style>
 +
  #mw-page-base{
 +
      display:none!important;
 +
  }
 +
</style>
 
</html>
 
</html>