Skip to content

Instantly share code, notes, and snippets.

@mis101247
Created July 30, 2020 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mis101247/12dcfa663e9e4498259f0f9488cdfa3f to your computer and use it in GitHub Desktop.
Save mis101247/12dcfa663e9e4498259f0f9488cdfa3f to your computer and use it in GitHub Desktop.
Netflix

Netflix點書籤快轉

新增書籤->網址輸入 到nextflix 點擊該書籤即可快轉 後面數字是快轉幾倍

快轉1.5倍

javascript:(function(){var v = document.querySelector('video'); v.playbackRate = 1.5})()

快轉2倍

javascript:(function(){var v = document.querySelector('video'); v.playbackRate = 2})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment