[
url=http://example.com/]linktext[/
url]
PS: Please, please, please... use proper capitalization.
I was bored in class and wrote a little script to fix that together with a friend:
javascript:function%20REPLACEGODVERKUT(str,str2,by){%20while(str.indexOf(str2)>-1){%20str%20=%20str.replace(str2,by);%20}%20return%20str;%20}%20out="";afterdot=false;nextcaps=true;var%20txt="";if(window.getSelection){txt%20=%20window.getSelection();}else%20if%20(document.getSelection){txt%20=%20document.getSelection();}else%20if(document.selection){txt%20=%20document.selection.createRange().text;}%20txt=txt.toString();%20for(i=0;i<txt.length;i++){%20switch(txt.charAt(i)){%20case%20"!":%20out+="!";%20afterdot=true;%20break;%20case%20"?":%20out+="?";%20afterdot=true;%20break;%20case%20".":%20out+=".";%20afterdot=true;%20break;%20case%20"\r":%20nextcaps=true;%20out+="\r";%20break;%20case%20"\n":%20nextcaps=true;%20out+="\n";%20break;%20case%20"%20":%20out+="%20";%20if(afterdot){%20nextcaps=true;%20}%20break;%20default:%20if(nextcaps){%20out+=txt.charAt(i).toUpperCase();%20}else{%20out+=txt.charAt(i).toLowerCase();%20}%20afterdot=false;%20nextcaps=false;%20break;%20}%20}%20out%20=%20REPLACEGODVERKUT(out,"Im","I'm");%20out%20=%20REPLACEGODVERKUT(out,"im","i'm");%20out%20=%20REPLACEGODVERKUT(out,"Ive","I've");%20out%20=%20REPLACEGODVERKUT(out,"ive","i've");%20out%20=%20REPLACEGODVERKUT(out,"%20i%20","%20I%20");%20out%20=%20REPLACEGODVERKUT(out,"god","GoD");%20out%20=%20REPLACEGODVERKUT(out,"%20,",",%20");%20out%20=%20REPLACEGODVERKUT(out,"%20.",".%20");%20out%20=%20REPLACEGODVERKUT(out,"\r\n","<br/>");%20out%20=%20REPLACEGODVERKUT(out,"\n","<br/>");%20out%20=%20REPLACEGODVERKUT(out,"\r","<br/>");%20datja%20=%20document.getElementsByClassName("post");%20%20var%20range%20=%20window.getSelection().getRangeAt(0);%20range.deleteContents();%20range.insertNode(document.createTextNode(out));%20%20for(i=0;i<datja.length;i++){%20datja[i].innerHTML%20=%20REPLACEGODVERKUT(datja[i].innerHTML,"<br/>","<br/>");%20}void(0);
In firefox, rightclick on your bookmarks bar, choose
New bookmark, fill in that code as location (or URL), give it some proper name ("Fix this shitty capitalisation"), and hit Save. Then select AIM's text, and click your bookmarklet.
Edit: Works the same in Chrome. Rightclick bookmarks bar (you can set that in the options, 'always show bookmarks'), add page, URL is that script, give it some name, and hit OK. Then just select the text and click your bookmarklet.