Refresh Halt

Stops QuillBot from loading the page almost immediately after opening the page.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
LeoEnj0
1日のインストール数
1
累計インストール数
3,723
評価
0 0 0
バージョン
1.1.1
作成日
2022/03/08
更新日
2022/03/08
大きさ
417バイト
ライセンス
MIT
対象サイト

What does the script do?

Refresh Halt is a simple userscript stops QuillBot from loading the page almost immediately after opening the page.

window.setTimeout(function () {
      window.stop();           // Stop the page from loading further
  }, 1000);                     // Wait for 1 second before running the code