🏠 Home 

Youtube scroll lock timestamp in picture-in-picture

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.

  • v1.4 2024-10-08
  • v1.4 2024-09-18
  • v1.4 2024-09-18

    Scrolling when clicking on timestamps has been completely disabled.
    PIP有効時にタイムスタンプ押下したときの一時的にスクロールしていた問題を修正。

  • v1.3 2023-05-16

    Fixed a broken script due to a change in Youtube specifications for smooth scrolling when clicking on timestamps.
    Youtubeのタイムスタンプクリック時にスムーズスクロールするようになり、スクリプトが壊れていたのを修正。

  • v1.2 2022-10-12

    fix invalid description.
    追加情報が間違っていたので修正しました。

  • v1.2 2022-10-09

    Support https://greasyfork.org/ja/scripts/405614-youtube-polymer-engine-fixes
    But, "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」を追加する必要があります。

  • v1.1 2022-09-18

    Fixed a problem in which event listeners were not added to the playback time link when crossing multiple videos.
    要素の再利用?によってコメントにイベントリスナーが付与されなかった問題を修正。

  • v1.0 2022-09-18