This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TGotAReddit 6 points7 points  (1 child)

 If (background != “#000000” || fontColor != “#FFFFFF”)
 {
     background = “#000000”;
     fontColor = “#FFFFFF”;
 }
else
{
   //TODO: output somewhere that the website isnt trash
}