Refresh Halt

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

作者
LeoEnj0
今日安裝
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