AADSAS Feel Good

By purplemonkey Last update Nov 28, 2007 — Installed 80 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           AADSAS Feel Good
// @namespace      http://userscripts.org
// @include        https://aadsas.adea.org/aadsas08/menu.cgi*procedure=displayStatus
// ==/UserScript==

var tables = document.getElementsByTagName("table")
var table = tables[1]
for (i=1; i < table.rows.length; i++){
	var row = table.rows[i]
	row.innerHTML = row.innerHTML
		.replace("<td class=\"regulargreytext\">&nbsp;</td>", "<td class=\"regulargreytext\">Offer Made</td>")
		.replace("<td class=\"regulargreytext\">&nbsp;</td>", "<td class=\"regulargreytext\">$300K Scholarship</td>")
}