Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.
stal !nator.ccGk (OP) replied with this 15 years ago, 37 minutes later, 56 minutes after the original post[^][v]#120,221
function writeHTML(obResponse) {
if (safari.extension.settings.boolDebugOn == 1) alert('Writing HTML...');
if (safari.extension.settings.boolUseRunic == 1) {
var htmlClass = 'threadIDrune';
} else {
var htmlClass = 'threadID';
}
if (safari.extension.settings.boolDebugOn == 1) alert(htmlClass);
if (obResponse.citations[0] === undefined) {
document.getElementById("container-cites").className = "hidden";
} else {
document.getElementById("container-cites").className = "container";
var htmlToWrite = '<p></p>'
for(index in obResponse.citations) {
var value = obResponse.citations[index];
alert(value.snippet);
htmlToWrite += '<div id="cite"><a href="javascript:void(0)" class="'+htmlClass+'" onClick="openPage('+value.topic_id+'#'+value.reply_id');">'+'<b>'+value.headline+': </b>'+value.snippet+'</a></div>';
}
var cite-container = document.getElementById("cite1");
cite-container.innerHTML = htmlToWrite;
}
if (obResponse.watchlists[0] === undefined) {
document.getElementById("container-watched").className = "hidden";
} else {
document.getElementById("container-watched").className = "container";
var w1 = document.getElementById("wl1");
w1.innerHTML = '<a href="javascript:void(0)" class="'+htmlClass+'" onClick="openPage('+obResponse.watchlists[0].topic_id+');">'+'<b>'+obResponse.watchlists[0].headline+': </b>'+obResponse.watchlists[0].unread+' new</a>';
var w2 = document.getElementById("wl2");
w2.innerHTML = '<a href="javascript:void(0)" class="'+htmlClass+'" onClick="openPage('+obResponse.watchlists[1].topic_id+');">'+'<b>'+obResponse.watchlists[1].headline+': </b>'+obResponse.watchlists[1].unread+' new</a>';
}
}
I don't think I'm doing it right.
Green joined in and replied with this 15 years ago, 21 minutes later, 1 hour after the original post[^][v]#120,251
Is this bad cod?
Foxygen !FANATICibM joined in and replied with this 15 years ago, 9 minutes later, 1 hour after the original post[^][v]#120,262
@previous (Green)
yours looks fine
this is a bad cod, though
Killer Lettuce !!iNo3FkiZx joined in and replied with this 15 years ago, 1 minute later, 1 hour after the original post[^][v]#120,264
@previous (Foxygen !FANATICibM)
Really? I finished with CoD at MW2, but looking at the trailer and some things I've heard, I'd actually consider buying it.
stal !nator.ccGk (OP) replied with this 15 years ago, 50 seconds later, 1 hour after the original post[^][v]#120,265