Greasy Fork is available in English.

YouTube スーパーファーストチャット

YouTubeのライブチャットの究極のパフォーマンスブースト

< YouTube スーパーファーストチャットについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2023/08/31

Edge version 116.0.1938.62
Script version : 0.41.3 works perfectly

Script after that, the comment got forzen and did not update anymore

§
投稿日: 2023/09/01

Edge version 116.0.1938.62
Script version : 0.41.3 works perfectly

Script after that, the comment got forzen and did not update anymore

What do you mean comments got frozen?

No new chat messages inside the chat?

Can you give some screenshots to explain the issue? Thanks~

§
投稿日: 2023/09/01

Open the script editor. Find the following three settings

  const CHANGE_DATA_FLUSH_ASYNC = true;
  const CHANGE_MANAGER_UNSUBSCRIBE = true;

  const INTERACTIVITY_BACKGROUND_ANIMATION = 1;

Change to this

  const CHANGE_DATA_FLUSH_ASYNC = false;
  const CHANGE_MANAGER_UNSUBSCRIBE = false;

  const INTERACTIVITY_BACKGROUND_ANIMATION = 0;

If it works, try to change them back to true or 1 one by one, to find out which setting makes the issue.

§
投稿日: 2023/09/02

Edge version 116.0.1938.62
Script version : 0.41.3 works perfectly

Script after that, the comment got forzen and did not update anymore

What do you mean comments got frozen?

No new chat messages inside the chat?

Can you give some screenshots to explain the issue? Thanks~

Yes, no new chat messages shown up, I will prepare the screen shot for two versions

§
投稿日: 2023/09/02
編集日: 2023/09/02

Open the script editor.
Find the following three settings

  const CHANGE_DATA_FLUSH_ASYNC = true;
  const CHANGE_MANAGER_UNSUBSCRIBE = true;

  const INTERACTIVITY_BACKGROUND_ANIMATION = 1;

Change to this

  const CHANGE_DATA_FLUSH_ASYNC = false;
  const CHANGE_MANAGER_UNSUBSCRIBE = false;

  const INTERACTIVITY_BACKGROUND_ANIMATION = 0;

If it works, try to change them back to true or 1 one by one, to find out which setting makes the issue.

const CHANGE_DATA_FLUSH_ASYNC = false;

change that line the script works normally, thank you

Also, could you please state which parameter can be changed to improve the speed further more?

§
投稿日: 2023/09/02

Fixed

§
投稿日: 2023/09/02
編集日: 2023/09/02

I will further check on CHANGE_DATA_FLUSH_ASYNC later.

I am constantly updating this script if I can find any change I can made.

The default settings are already the best.

返信を投稿

返信を投稿するにはログインしてください。