Skip to content

Instantly share code, notes, and snippets.

View StabbyMcDuck's full-sized avatar

Regina StabbyMcDuck

  • Minneapolis, MN
View GitHub Profile
<script>
function colorCodeTags(){
var classTitle = document.getElementsByClassName("ms-vb-title"); // find all tags in the title column
var colorCode = document.getElementsByTagName("td");// finding all the TD tags
var i = 0;
var j = 0;
for (i = 0; i < colorCode.length; i += 1) {
var colorCell = colorCode[i];
var innerText = colorCell.innerText