YouTube Community Exact Date & Time

Display exact "YYYY/MM/DD HH:mm:ss" date on YouTube community posts by fetching source HTML dynamically.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
ねおん
1日のインストール数
0
累計インストール数
26
評価
0 0 0
バージョン
1.4
作成日
2026/05/11
更新日
2026/06/13
大きさ
8.87KB
ライセンス
PolyForm Noncommercial 1.0.0
対象サイト

YouTubeのコミュニティ投稿における「○か月前」といった曖昧な日時表示を、ソースコードから取得した正確な日時(秒単位)に書き換えるUserScriptです

Fetch and display exact timestamps (YYYY/MM/DD HH:mm:ss) for YouTube Community posts.

✨ 特徴 / Features

🇯🇵

  • 🕒 正確な表示: 「2026/03/14 18:10:00」形式で秒まで正確に表示
  • 🎯 一覧・個別両対応: チャンネルの「投稿」タブ(一覧)と、各投稿の個別ページの両方に対応
  • 🚀 SPA完全対応: YouTube特有の、リロードを挟まないページ移動(画面遷移)や、スクロールによる追加読み込みにも自動追従
  • 🛠️ 超軽量&安全設計: 画面に映った投稿だけを狙ってバックグラウンド通信を行うため、ブラウザやYouTubeサーバーに余計な負荷をかけません(高速スクロール時は自動スキップ)
  • 💬 ツールチップ機能: 書き換え後の日時にマウスを乗せると、元の「〇ヶ月前」という公式の相対日時がツールチップで確認できます

🇺🇸

  • 🕒 Exact Timestamp: Displays exact dates down to the second in the "YYYY/MM/DD HH:mm:ss" format.
  • 🎯 Full Compatibility: Works seamlessly on both the channel's "Community" tab (feed list) and individual post pages.
  • 🚀 Full SPA Support: Automatically tracks YouTube's unique single-page navigation (no reload required) and dynamic infinite scrolling.
  • 🛠️ Ultra-Lightweight & Safe: Utilizes IntersectionObserver to trigger background fetches only for posts currently visible on screen, preventing unnecessary server load (automatically skips during fast scrolling).
  • 💬 Tooltip Fallback: Hovering over the modified timestamp reveals the original, official relative time (e.g., "2 months ago") via a native browser tooltip.

📦 インストール方法 & 使い方

  1. ブラウザに Tampermonkey などの拡張機能をインストールします
  2. Greasy Fork にアクセスし、「インストール」ボタンを押してください
  3. YouTubeのコミュニティページ(/posts または /post/...)を開くと自動的に適用されます

🔍 仕組み / How it works

🇯🇵

YouTubeの標準システムでは画面描画時に消去・加工されてしまう投稿日時の生データを、ブラウザの交差監視(IntersectionObserver)と非同期通信を用いた独自のバックグラウンド解析ロジックによって、リアルタイムに再構築・復元しています

🇺🇸

Our proprietary background analysis logic utilizes browser intersection tracking (IntersectionObserver) and asynchronous processing to dynamically reconstruct and restore the raw metadata, which is normally stripped or formatted by YouTube's default client rendering interface.


🇯🇵 ⚠️ 瞬時にすべてが書き変わることの危険性

🕒 なぜ「一瞬」ではなく「0.3秒」のラグがあるのか

既存の類似ツールの中には、ページを開いた瞬間にすべての投稿日時が一瞬で書き換わるものがあります
一見するとストレスフリーで優れているように見えるかもしれません

しかし、「一瞬で変わる」ことの代償として、その裏では非常に危険な処理が行われています

書き換えに遅延があるからといって通信に処理がかかったり低機能というわけではなく
一瞬ですべてを書き換えるよりもそこにひと手間かけているからこその遅延なのです

YouTubeコミュニティの正確な日時を取得するには、裏側で投稿の数だけ個別ページをバックグラウンドで読み込む必要があります
画面に映るすべての投稿を「一瞬」で書き換えるツールは、YouTubeサーバーに対して、短時間に大量の自動リクエスト(スクレイピング)を一斉に送りつけています

これは、YouTubeの不正アクセス検知システムから見れば 「悪質なスパムボット」と全く同じ挙動です
最悪の場合、あなたの大切なYouTubeアカウントの停止(BAN) や、IPアドレスのブロックを引き起こす引き金になりかねません
さらに、力任せにHTML要素をごっそり上書きするため、投稿の詳細ページや返信欄へ飛ぶための重要なリンク(機能)まで一緒に破壊して消し去ってしまうという致命的な欠陥も抱えています


🛡️ あなたのアカウントを守るために設計された「0.3秒の安全装置」

本スクリプト(YouTube Community Exact Date & Time)で体感する0.3秒のラグは、通信が遅いからでも、コードが劣っているからでもありません
あなたのアカウントとYouTubeの標準機能を守るために、緻密に計算して設計された「安全装置(Safetyロジック)」です

本スクリプトは、以下の多段的な独自ロジックによって動作しています

  • 視線追従型アクセス:
    画面外にある見てもいない投稿に対して、無駄な通信は一切行いません
    あなたの画面(視界)に入った投稿だけをピンポイントに検知します

  • 0.3秒の人間擬態化ディレイ:
    投稿が画面に入ってから「0.3秒間」留まった時(ユーザーが読もうとしてスクロールを止めた時)に、安全を確保しながら順次処理を行います
    タイムラインを高速スクロールで流し見している間の無駄な通信はすべて自動でキャンセルされます

これにより、YouTube側からはスパムボットではなく「人間が普通にページを読んでいる自然なアクセスパターン」にしか見えなくなり、BANリスクを極限までゼロに抑え込んでいます
もちろん、テキストノードだけをピンポイントで書き換えるため、YouTubeの標準リンクを破壊することも絶対にありません


📊 比較表:見た目の騙されやすさの真実

評価項目 既存の類似ツール(一瞬で変わる方) 本スクリプト(ねおん版)
第一印象の体感速度 🚀 一瞬(ストレスフリーに見える) 🕒 0.3秒のラグ(遅く見える)
通信のコントロール ❌ 画面外も含め一斉大量リクエスト送信 ⭕ 画面内の要素だけを狙う賢い分散処理
アカウント安全度 🔥 極めて危険(ボット判定によるBANリスク) 🛡️ 安全(人間らしいアクセスに擬態)
YouTubeのリンク機能 ❌ 破壊される(詳細や返信に飛べなくなる) ⭕ 完全に維持(テキストだけを美しく変更)
利用料金 💸 高機能フォーマットは有料 💎 永久に完全無料

🇺🇸 ⚠️ Risks of Instant Rewriting

🕒 Why is there a "0.3-second" lag instead of being "instant"?

Some similar tools premium or otherwise rewrite all posting dates the exact millisecond you open the page
At first glance this might seem seamless and superior

However, this "instant" change comes at a very dangerous cost behind the scenes Just because there is a slight lag in rewriting does not mean the script is slow or poorly coded
In fact, it takes an extra step of care and precision compared to tools that just overwrite everything instantly

To display the exact time on YouTube Community posts, tools that rewrite everything instantly are bombarding the YouTube server with a massive burst of automated requests simultaneously From the perspective of YouTube's anti-bot detection systems, this looks identical to a malicious spam bot In the worst-case scenario, this can trigger a ban on your precious YouTube account or an IP address block
Furthermore, because those tools forcefully overwrite the entire HTML element, they suffer from a critical flaw that destroys the essential links needed to jump to the post details or reply sections


🛡️ The "0.3-second Safety Logic" designed to protect your account

The 0.3-second lag you experience with this script (YouTube Community Exact Date & Time) is not due to slow communication or inferior code
It is a finely calculated "Safety Logic" built from the ground up to protect your account and preserve YouTube's native features

This script operates under a specialized, independent logic that is highly resilient against external analysis

  • View-Tracking Access:
    No useless communication is ever made for posts hidden outside your screen. It pinpoints and detects only the posts that actually enter your viewport

  • 0.3-second Human-Mimicking Delay:
    Only when a post stays on your screen for "0.3 seconds" (meaning the user has paused scrolling to read) does the script safely execute the process sequentially
    Any unnecessary traffic generated while fast-scrolling through the timeline is automatically canceled

As a result, your browser behaves like a "natural human reading a page" rather than a spam bot, minimizing any ban risks to absolute zero
Of course, since it beautifully modifies only the text nodes without breaking the original structure, it will never destroy YouTube's standard links


📊 Comparison: The Truth Behind Visual Deception

Evaluation Item Existing Similar Tools (Instant) This Script (Neon Edition)
First Impression Speed 🚀 Instant (Looks stress-free) 🕒 0.3s Lag (Looks slower)
Traffic Control ❌ Blasts bulk requests even outside the screen ⭕ Smart distributed processing targeting visible elements only
Account Safety 🔥 Highly Dangerous (Ban risk via bot detection) 🛡️ Safe (Mimics natural human browsing)
YouTube Link Feature ❌ Destroyed (Cannot access details/replies) ⭕ Fully Preserved (Beautifully changes text only)
Pricing 💸 Advanced formats require a paid subscription 💎 100% Free Forever

📝 更新履歴 (Changelog)

v1.4 (Current Release)

✅ ツールチップで元の相対日時を表示

v1.3 (UnRelease)

✅ 二重実行防止で2回目以降の書き換えができていなかったバグを修正

v1.2 (UnRelease)

✅ 一覧にも対応

v1.0

✅ 初リリース


🛡️ ライセンスについて (License)

このユーザースクリプトのソースコードは、ねおんが著作権を保有しています
The source code for this application is copyrighted by Neon.

  • ライセンス / License: PolyForm Noncommercial 1.0.0 です(LICENSEファイルをご参照ください)
    Licensed under PolyForm Noncommercial 1.0.0. (Please refer to the LICENSE file for details.)
  • 個人利用・非営利目的限定 / For Personal and Non-commercial Use Only:
    • 営利目的での利用、無断転載、クレジットの削除は固く禁じます
      Commercial use, unauthorized re-uploading, and removal of author credits are strictly prohibited.
  • 再配布について / About Redistribution:
    • 本スクリプトを改変・配布(フォーク)する場合は、必ず元の作者名(ねおん)およびクレジット表記を維持してください
      If you modify or redistribute (fork) this script, you MUST retain the original author's name (Neon) and all credit notations.

※ ご利用は自己責任でお願いします(悪用できるようなものではないですが、念のため!)


⚠️ セキュリティ警告 / Security Warning

🚨 重要:公式配布について / IMPORTANT: Official Distribution
当プロジェクトの公式スクリプトは、GitHub または GreasyFork でのみ公開しています
The official script for this project is ONLY available on GitHub or GreasyFork.

🚨 偽物に注意 / Beware of Fakes
他サイト等で .zip, .exe, .cmd 形式で配布されているものはすべて偽物です
これらにはウイルスやマルウェアが含まれていることが確認されており、非常に危険です
Any distribution in .zip, .exe, .cmd formats on other sites is FAKE.
These have been confirmed to contain VIRUSES or MALWARE.

⚖️ 法的措置と通報について / Legal Action & Abuse Reports

当プロジェクトの制作物に対する無断転載が確認されたため、過去に DMCA Take-down通知 を送付しています
また、マルウェアを配布する悪質なサイトについては、順次 各機関へ通報 (Malware / Abuse Report) を行っています
We have filed DMCA Take-down notices against unauthorized re-uploads of my projects.
Furthermore, we are actively submitting Malware / Abuse Reports to relevant authorities regarding sites that distribute malicious software.


開発者 (Author)

ねおん (Neon)

Bluesky icon Bluesky       :https://bsky.app/profile/neon-ai.art/
GitHub icon GitHub        :https://github.com/neon-aiart/
neon-aiart icon GitHub Pages  :https://neon-aiart.github.io/
Greasy Fork icon Greasy Fork   :https://greasyfork.org/ja/users/1494762/
Sizu icon Zenn Dev      :https://zenn.dev/neon_aiart/
Sizu icon Sizu Diary    :https://sizu.me/neon_aiart/
Ofuse icon Ofuse         :https://ofuse.me/neon/
chichi-pui icon chichi-pui    :https://www.chichi-pui.com/users/neon/
iromirai icon iromirai      :https://iromirai.jp/creators/neon/
DaysAI icon DaysAI        :https://www.days-ai.com/users/lxeJbaVeYBCUx11QXOee/