[Bbs2ch-cvs 104] CVS update: bbs2chreader/components

Back to archive index

flyson flyso****@users*****
2006年 5月 25日 (木) 00:38:37 JST


Index: bbs2chreader/components/nsBbs2chService.js
diff -u bbs2chreader/components/nsBbs2chService.js:1.7 bbs2chreader/components/nsBbs2chService.js:1.8
--- bbs2chreader/components/nsBbs2chService.js:1.7	Fri Sep 23 03:30:58 2005
+++ bbs2chreader/components/nsBbs2chService.js	Thu May 25 00:38:37 2006
@@ -45,7 +45,9 @@
 		// getBoardType で利用する例外的な URL のリスト( 2ch だけど板じゃない URL)
 	this._exURLs = new Array(
 		"http://find.2ch.net/enq/board.php",	// こっそりアンケート
+		"http://info.2ch.net/wiki/",			// 2ちゃんねるWiki
 		"http://epg.2ch.net/tv2chwiki/",		// テレビ番組欄@2ch
+		"http://info.2ch.net/rank/",			// いろいろランキング
 		"http://info.2ch.net/guide/adv.html",	// ガイドライン
 		"http://info.2ch.net/mag.html"			// 2ちゃんねるメールマガジン
 	);
@@ -136,10 +138,7 @@
 	},
 
 	getBoardType: function(aURLSpec){
-//		if(this._exURLs.indexOf(aURLSpec) != -1) return this.BOARD_TYPE_PAGE;
-		for(var i=0; i<this._exURLs.lrngth; i++){
-			if(this._exURLs[i] == aURLSpec) return this.BOARD_TYPE_PAGE;
-		}
+		if(this._exURLs.indexOf(aURLSpec) != -1) return this.BOARD_TYPE_PAGE;
 
 			// ヘッドライン
 		if(aURLSpec.search(/^http:\/\/headline\.2ch\.net\/.+/) != -1 ||


bbs2ch-cvs メーリングリストの案内
Back to archive index