Skip to content

Instantly share code, notes, and snippets.

@TheSkorm
Created June 7, 2019 05:30
Show Gist options
  • Select an option

  • Save TheSkorm/167ada1e18bfd2a8511851dcbe1add80 to your computer and use it in GitHub Desktop.

Select an option

Save TheSkorm/167ada1e18bfd2a8511851dcbe1add80 to your computer and use it in GitHub Desktop.
.navbar {
display: none;
}
.tle-data{
display: none;
}
footer{
display:none;
}
img[src*="_ir.png"] {
display: none;
}
a[href*="_ir.png"] {
display: none;
}
.data-label {
display: none;
}
.observation-tabs {
display: none;
}
.tab-data *{
visibility: visible;
display: block;
}
#tab-data{
visibility: visible;
display: block;
position: initial;
width: 50% !important;
float:left;
}
#tab-waterfall{
width: 50% !important;
float:left;
}
.waterfall {
width: 380px;
}
#asciibutton {
display: none
}
#hexbutton {
display: none
}
.hidden-xs{
display: none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment