Changes

Jump to navigation Jump to search
no edit summary
class ColorContent {
constructor(text, color) {
this.text = text; this.color = color;
}
get xpath() {
return "//td[contains(text(),'" + this.text + "')]";
}
}
var colorList = [
new ColorContent('Super High Tensile Steel', '#7b9095')
];
colorList.forEach((colorElement) => {
for (var J = 0; J < numLinks; ++J) {
var x = y.snapshotItem(J);
x.style.color = colorElement.color;
}
});
}
EFF, ZEON, approveduser, Bureaucrats, Interface administrators, Administrators, uploadaccess
836

edits

Navigation menu