res += "\tdisplay:block;\r\n";
res += "\tmargin-top:0;\r\n";
res += "\tmargin-bottom:0;\r\n";
res += "\tpadding-top:0;\r\n";
res += "\tpadding-bottom:0;\r\n";
res += "}\r\n";
res += ".hs-pesterlog-action {\r\n";
res += "\tcolor:black;\r\n";
@@ -153,7 +155,7 @@ res += generate("biscuits","#ff6000");
res += generate("cans","#940015");
res += "\r\n";

res += "/* Character pesterlog auto-fills */";
res += "/* Character pesterlog auto-fills */\r\n";
res += psGenerate("john","ectoBiologist");
res += psGenerate("john-old","ghostlyTrickster");
res += psGenerate("rose","tentacleTherapist");
@@ -183,9 +185,7 @@ res += psGenerate("calborn","undyingUmbrage","uu");
res += psGenerate("caliborn-alt","undyingUmbrage","uu");
res += psGenerate("dad","pipefan413","pipefan413");

window.addEventListener("DOMContentLoaded",function() {
	console.log(res);
	var textarea = document.createElement("textarea");
	textarea.value = res;	
	document.body.appendChild(textarea);
});
console.log(res);
var textarea = document.createElement("textarea");
textarea.value =  res;	
document.body.appendChild(textarea);
  7  
homestuck.css
@@ -23,6 +23,8 @@
	display:block;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.hs-pesterlog-action {
	color:black;
@@ -555,7 +557,8 @@
	border-color:#940015;
}

/* Character pesterlog auto-fills */.hs-children-lines > .hs-john-auto::before {
/* Character pesterlog auto-fills */
.hs-children-lines > .hs-john-auto::before {
	content:"EB: ";
}
.hs-pesterlog-action  > .hs-john-auto::before {
@@ -834,4 +837,4 @@
}
.hs-pesterlog-action  > .hs-dad-auto::after {
	content:" [pipefan413]";
