843
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Class Code */ | /* Class Code */ | ||
(function () { | (function () { | ||
var colorContent = (text, color) | var colorContent = function (text, color) { return { text, color, xpath: "//td[contains(text(),'" + text + "')]" } } | ||
/* Active Code */ | /* Active Code */ | ||
console.log("on page: " + mw.config.get('wgPageName')); | console.log("on page: " + mw.config.get('wgPageName')); | ||
edits