Loogart

From wiki
Revision as of 13:32, 26 March 2018 by Chris.soueidan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<html>

helloooooo

<script> function myFunction() {

   document.getElementById("app-brand-name").style.display = "none";

} </script>

<style>

  #mw-page-base{
     display:none!important;
  }

</style> </html>