Greasy Fork

来自缓存

Greasy Fork is available in English.

Refresh Halt

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

当前为 2022-03-08 提交的版本,查看 最新版本

作者
LeoEnj0
评分
0 0 0
版本
1.1
创建于
2022-03-08
更新于
2022-03-08
大小
414 字节
许可证
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
  }, 500);                     // Wait for 0.5 seconds before running the code