Greasy Fork is available in English.

Youtube No Flexy Mode

Disable Flexy Mode

コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示

  • v0.50 2018/05/27 Got rid of setting the background. Using YT-API only for setting experimental flags.
  • v0.40 2018/05/23
  • v0.40 2018/05/23 No more timers (intervals). Using YT-API instead.
  • v0.30 2018/05/22 No Need to add an script tag to the DOM. Now it can run at document-start. And it seems to work better now.
  • v0.21 2018/05/22 Got something right, the script should run at document-body not start. My mistake.
  • v0.2 2018/05/22 Changed how the FLAG will be set. The script now runs at document-start and adds two timers. The first one will check if the variable yt is accessible, and will set the Flag to false. The second one will just add a black background color to the element "move_player". Both timers will get terminated at the end.
  • v0.1 2018/05/21