Fav on LDRにtwitter検索(yats)を対応させる

Fav on LDRドメイン名を追加するとLDRでe押してfavoriteできる
http://hoge.sub.jp/blog/archives/2008/09/favon_ldr_updat.html

  //domain_name to id_regex
  function get_id_regex(domain){
    if(domain == 'twitter.com' ||  //twitter and kichikutter
       domain == 'kichiku.oq.la'||
       domain == 'pcod.no-ip.org'||
       domain == 'search.twitter.com'
	) {

20行目あたりに書く