--- kviz.user.js.old 2009-05-25 04:02:17.000000000 +0200 +++ kviz.user.js 2009-05-27 16:50:03.000000000 +0200 @@ -49,12 +49,12 @@ var showorhidetext=document.getElementById('fbpshowblockedlink').textContent; var blockedmsgs=document.getElementsByClassName('fbpblocked'); - if (showorhidetext=='Show') { - document.getElementById('fbpshowblockedlink').innerHTML='Zobrazit'; + if (showorhidetext=='Zobrazit') { + document.getElementById('fbpshowblockedlink').innerHTML='Skryt'; displaymode='block'; } else { - document.getElementById('fbpshowblockedlink').innerHTML='Skrýt'; + document.getElementById('fbpshowblockedlink').innerHTML='Zobrazit'; displaymode='none'; } @@ -76,7 +76,7 @@ var fbpurityinfo=document.createElement('div'); fbpurityinfo.setAttribute('class','UIOneOff_Container'); fbpurityinfo.style.marginBottom='12px'; - fbpurityinfo.innerHTML='FB Purity blocked: 0 app msgs [ Show ]'; + fbpurityinfo.innerHTML='FB Purity blocked: 0 app msgs [ Zobrazit ]'; insertpoint.insertBefore(fbpurityinfo, insertpoint.firstChild); document.getElementById('fbpshowblockedlink').addEventListener("click", fbpshowblocked, false); fpbblockcountspan=document.getElementById('fbpblockcount'); @@ -98,4 +98,4 @@ cleartheshizzle(document); } -, true); \ No newline at end of file +, true);