mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
cc47e0d6ef
Differential Revision: https://phabricator.services.mozilla.com/D36303 --HG-- extra : moz-landing-system : lando
7 lines
148 B
HTML
7 lines
148 B
HTML
<script>
|
|
document.addEventListener("DOMContentLoaded", function(){
|
|
document.documentElement.hidden = 'true'
|
|
window.scrollBy(9, 13)
|
|
})
|
|
</script>
|