else if (currL.indexOf("Blockland ID:") != -1)
Don't think that worked exactly the way it was supposed to
My program intentionally included forum users with a BL_ID of -1.
Also, if
currL.indexOf("Blockland ID:") returns -1, it means that the text "Blockland ID:" was not found inside the web page. This means that the user does not exist at all.
So the "!= -1" has nothing to do with the BL_ID being -1.