This script replaces the "handle" in the YouTube comments section to user name
These are all versions of this script. Show only the versions where the code changed.
✅ Storage permission is now required to save the display settings (ja: 表示形式の設定を保存するためにStorage権限が必要になりました。)
Full Changelog: https://github.com/yakisova41/return-youtube-comment-username/compare/v0.5.2...v0.6.0
Full Changelog: https://github.com/yakisova41/return-youtube-comment-username/compare/v0.5.1...v0.5.2
Full Changelog: https://github.com/yakisova41/return-youtube-comment-username/compare/v0.5.0...v0.5.1
Full Changelog: https://github.com/yakisova41/return-youtube-comment-username/compare/v0.4.1...v0.4.2
YouTube RSS feed is no longer available due to a 404 error. This may be a temporary outage, but from this version we will change to use the browseAPI which has higher availability.
This change will reduce performance by about 60ms per fetch, depending on the environment.
Minor changes due to YouTube layout changes
https://github.com/yakisova41/return-youtube-comment-username/issues/65 メンションのtextContentを書き換える際に誤ってエスケープをしていたため修正
https://github.com/yakisova41/return-youtube-comment-username/issues/68 youtube.player.web_20230815_01_RC01の仕様変更に対応
ブランドアカウントログイン時など一部の環境で動作しない不具合を修正
パフォーマンスの向上
<
Firefoxで非ログイン時一部環境にて名前が書き換わらない不具合を修正 #43
中国父さんへの配慮を追加
不具合の修正
不具合の修正、通知欄のコメントを書き換える機能の追加
Greasemonkey環境で動作するようにビルド環境を修正
コミュニティで名前が変わらない
名前変わらないのを修正
コメント数が20以下の場合に置き換えされないバグを修正
YouTubeのバックAPIを直接取得しても問題ないことが分かったので、本バージョン以降は直接YouTubeにFetchします。