Skip to content

Instantly share code, notes, and snippets.

@gurdiga
Created April 18, 2013 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurdiga/5409367 to your computer and use it in GitHub Desktop.
Save gurdiga/5409367 to your computer and use it in GitHub Desktop.
Personalized Web Options ^https://andy.m-stage.assembla.cc
table#projectstatus {
width: auto;
margin: 1em 4px !important;
border-top: 1px #bbb solid!important;
}
table#projectstatus+table {
display: none;
}
var tabs = document.querySelectorAll('table#viewList td.noLeft a, table#viewList td.noRight a, table#viewList td.active'),
tabCount = tabs.length;
for (var i = 0; i < tabCount; i++) {
tabs[i].innerText = tabs[i].innerText.trim().replace(/^\d-/, '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment