ユーザー名: パスワード:
新ユーザー登録
管理人: rod03801 
 Feature requests

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.

For further information about Feature Requests, please visit this link on the Brainking.Info site : http://brainking.info/archives/20-About-feature-requests.html


掲示板表
モード: 誰でも投稿可能
メールの内容の検索:  

1. 6月 2006, 02:05:06
hexkid 
件名: Re: Smileys
hexkid (1. 6月 2006, 02:11:04)に変更されました。
KotDB: Do you use Firefox? With greasemonkey?

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*");
}

})();

日時
オンライン友達
気に入り掲示板
同好会
今日のアドバイス
著作権 © 2002 - 2024 Filip Rachunek.
上へ