x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Microblog Timeline
topic5864
sourcetopic

HTML
<style>
html section#privacy-notice-dialog {
    display: none !important;
    z-index: -10 !important;
}
html div#login-wizard-dialog {
    display: none !important;
    z-index: -1000 !important;
}
html .aui-blanket[aria-hidden="false"] {
    z-index: -1000 !important;
}
</style>

...