Do you miss something on BrainKing.com and would you like to see it here? Post your request into this board! If there is a more specific board for the request, (i.e. game rule changes etc) then it should be posted and discussed on that specific board.
If so, you can use this greasemonkey script that replaces the smileys with their previous text representation. Save the following in a file named "unfoistSmileys.user.js" and then open it in Firefox to install.
(function() {
unfoistSmileys();
function unfoistSmileys() { var b = document.getElementsByTagName('body'); var r = /<img src="\/images\/smileys\/(\d+)\.gif">/g b[0].innerHTML = b[0].innerHTML.replace(r, "*$1*"); }
(skryť) Ak chcete sťahovať stránky rýchlejšie, môžete obmedziť množstvo zobrazovaných informácií pomocou stránky Nastavenia. Alebo skúste zmeniť počet zobrazovaných hier na Hlavnej stránke a počet príspevkov na stránke diskusného klubu. (pauloaguia) (zobraziť všetky tipy)