Refresh Halt

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

作者
LeoEnj0
日安装量
2
总安装量
3,569
评分
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