Difference between revisions of "Loogart"
Jump to navigation
Jump to search
m |
|||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <style | + | <div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:#111;z-index:1000000000;> |
− | + | <h1>helloooooo</h1> | |
− | position:fixed | + | </div> |
− | top:0 | + | |
− | left:0 | + | <script> |
− | + | function myFunction() { | |
− | + | document.getElementById("app-brand-name").style.display = "none"; | |
− | z-index: | ||
− | |||
− | |||
− | |||
} | } | ||
+ | </script> | ||
− | + | <style> | |
+ | #mw-page-base{ | ||
+ | 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>