Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akoya-tomo committed May 20, 2019
2 parents e16f2ef + a8da090 commit e584d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions futaba_thread_highlighter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -442,6 +442,7 @@ this.$ = this.jQuery = jQuery.noConflict(true);
pickup_opened_threads();
check_opened_threads_mark();
notifyPickup();
setTitle();
});
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e584d71

Please sign in to comment.