Refresh Halt

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

Автор
LeoEnj0
Инсталации дневно
0
Инсталации общо
3 722
Рейтинг
0 0 0
Версия
1.1.1
Създаден
08.03.2022
Обновен
08.03.2022
Размер
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