
Code:
- <script>
- /*UBBC in QR on new line
- Including PM Send
- Wrighty
- No Repost, rip, or claiming!*/
- if(get('pm_quick_reply','id') || get('quick_reply','id')){
- if(location.href.match(/pm/)){
- var tab = get('pm_quick_reply','id').getElementsByTagName('table')[0];
- }else{
- var tab = get('quick_reply','id').getElementsByTagName('table')[0];
- }
- var a = tab.insertRow(0).insertCell(0);
- tab.rows[1].cells[1].innerHTML = tab.rows[1].cells[1].innerHTML.replace(/<br\s?\/?>/g,'');
- a.appendChild(tab.rows[1].cells[1]);
- tab.rows[1].cells[0].width = '100%';
- document.getElementsByName('message')[0].style.width = '99%';
- }
- </script>
-