From 82c710c4a1c9959919e5ff3f6e41d53d3e99f079 Mon Sep 17 00:00:00 2001 From: akoya-tomo Date: Mon, 20 May 2019 21:03:44 +0900 Subject: [PATCH 1/3] =?UTF-8?q?KOSHIAN=20=E3=83=AA=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=83=89=E6=8B=A1=E5=BC=B5=20=E6=94=B9=E3=81=AE=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E6=9B=B4=E6=96=B0=E3=81=9B=E3=81=9A=E3=81=AB?= =?UTF-8?q?=E3=80=8C=E5=A4=9A=E9=A0=86=E3=80=8D=E3=80=8C=E5=8B=A2=E9=A0=86?= =?UTF-8?q?=E3=80=8D=E3=81=AA=E3=81=A9=E3=81=AB=E5=88=87=E3=82=8A=E6=9B=BF?= =?UTF-8?q?=E3=81=88=E3=81=99=E3=82=8B=E6=A9=9F=E8=83=BD=E3=81=AB=E5=AF=BE?= =?UTF-8?q?=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- futaba_thread_highlighter.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/futaba_thread_highlighter.user.js b/futaba_thread_highlighter.user.js index 0ae8006..30af469 100644 --- a/futaba_thread_highlighter.user.js +++ b/futaba_thread_highlighter.user.js @@ -442,6 +442,7 @@ this.$ = this.jQuery = jQuery.noConflict(true); pickup_opened_threads(); check_opened_threads_mark(); notifyPickup(); + setTitle(); }); } @@ -841,7 +842,7 @@ this.$ = this.jQuery = jQuery.noConflict(true); */ function setTitle() { if (USE_BOARD_NAME) { - var selectName = $("body > b > a").text(); + var selectName = $("#KOSHIAN_reload_cat_bold").text() || $("body > b > a").text(); if(boardName == "二次元裏"){ boardName = serverName; From 7b2cdf63acace877acef7e7b3f293d9577a343c2 Mon Sep 17 00:00:00 2001 From: akoya-tomo Date: Mon, 20 May 2019 21:05:20 +0900 Subject: [PATCH 2/3] =?UTF-8?q?README.md=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 064724c..ea6609b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ himuro\_majika氏作のユーザースタイルシートも使ってみてくだ [futaba\_catalog\_mod(クラシックバージョン)](https://userstyles.org/styles/114130/futaba-catalog-mod-classic) ## 更新履歴 +* v1.6.6rev23 2019-05-20 + - KOSHIAN リロード拡張 改のページ更新せずに「多順」「勢順」などに切り替えする機能に対応 * v1.6.6rev22 2019-05-15 - [KOSHIAN リロード拡張 改](https://github.com/akoya-tomo/koshian_reload_futaba_kai/)のカタログリロードに対応 * v1.6.6rev21 2018-12-13 From a8da090fa5fd991f53e0c99e4a9c7bf319efde9b Mon Sep 17 00:00:00 2001 From: akoya-tomo Date: Mon, 20 May 2019 21:10:56 +0900 Subject: [PATCH 3/3] v1.6.6rev23 --- futaba_thread_highlighter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futaba_thread_highlighter.user.js b/futaba_thread_highlighter.user.js index 30af469..2a014a5 100644 --- a/futaba_thread_highlighter.user.js +++ b/futaba_thread_highlighter.user.js @@ -4,7 +4,7 @@ // @description スレ本文を検索してカタログでスレッド監視しちゃう // @include http://*.2chan.net/*/futaba.php?mode=cat* // @include https://*.2chan.net/*/futaba.php?mode=cat* -// @version 1.6.6rev22 +// @version 1.6.6rev23 // @require http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js // @grant GM_registerMenuCommand // @grant GM_getValue