When using Picture-in-Picture (PiP), don't scroll to the top of the page when clicking on a timestamp that displays the time of the video.
These are all versions of this script. Show only the versions where the code changed.
Scrolling when clicking on timestamps has been completely disabled.PIP有効時にタイムスタンプ押下したときの一時的にスクロールしていた問題を修正。
Fixed a broken script due to a change in Youtube specifications for smooth scrolling when clicking on timestamps.Youtubeのタイムスタンプクリック時にスムーズスクロールするようになり、スクリプトが壊れていたのを修正。
fix invalid description.追加情報が間違っていたので修正しました。
Support https://greasyfork.org/ja/scripts/405614-youtube-polymer-engine-fixesBut, "delay: 500" add to the IntersectionObserver options (need to put in a delay to avoid detecting the go back to top of the page for a moment).次のスクリプトに対応 https://greasyfork.org/ja/scripts/405614-youtube-polymer-engine-fixesしかし、一時的にページトップにスクロールするのを検知しないようにするために、該当スクリプトにIntersectionObserverのオプション「delay: 500」を追加する必要があります。
Fixed a problem in which event listeners were not added to the playback time link when crossing multiple videos.要素の再利用?によってコメントにイベントリスナーが付与されなかった問題を修正。