Manaba Time Modifier

Replace 0:00 times with previous day 24:00 and make them bold on manaba.tsukuba.ac.jp

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

May akda
Zobio
Mga pang araw araw na pag install
0
Kabuuan na installs
0
Mga Rating
0 0 0
Bersyon
1.0
Nilikha
2025-07-31
Na update
2025-07-31
Laki
3.11 KB
Lisensya
Wala
Nalalapat sa

# Manaba Time Modifier

Tampermonkey用のユーザースクリプトです。
筑波大学のmanaba (https://manaba.tsukuba.ac.jp/ct/) で表示される時刻を自動修正します。

## 機能

「0:00」で表示されている時刻を前日の「24:00」に変更し、太字で表示します。

例:
- 2025-08-03 0:00 → 2025-08-02 24:00 (太字)
- 2025-01-01 0:00 → 2024-12-31 24:00 (太字)
- 2025-03-01 0:00 → 2025-02-28 24:00 (太字)

## インストール方法

1. ブラウザにTampermonkeyをインストール
2. Tampermonkeyのダッシュボードを開く
3. 「新しいスクリプトを作成」をクリック
4. 「manaba-time-modifier.user.js」の内容をコピー&ペースト
5. Ctrl+S(またはCmd+S)で保存

## 対象サイト

https://manaba.tsukuba.ac.jp/ct/* の全ページで動作します。

## 技術仕様

- 日付の計算にJavaScriptのDateオブジェクトを使用
- 月またぎ、年またぎに対応
- 動的コンテンツの読み込みにも対応(MutationObserver使用)
- ページの既存スタイルを保持しつつ、対象箇所のみ太字に変更

## 注意事項

- このスクリプトはmanabaのページ表示のみを変更します
- サーバー側のデータは変更されません
- スクリプトを無効にすると元の表示に戻ります

## バージョン

1.0 - 初回リリース