[text]'; }, getHTML: function () { var rtn = style + html .replace("[color]", color) .replace("[textColor]", textColor) .replace("[text]", text) .replace("[id]", id); return rtn; }, draw: function () { document.writeln( style + html .replace("[color]", color) .replace("[textColor]", textColor) .replace("[text]", text) .replace("[id]", id) ); }, };F })(); kofiwidget2.init('Support Me on Ko-fi', '#F4E17D', '#27262b', 'U7U4GUIA8'); kofiwidget2.draw();