Greasy Fork is available in English.

Refresh Halt

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

Autor
LeoEnj0
Dnevne instalacije
6
Ukupnih instalacija
2.344
Ocjene
0 0 0
Verzija
1.1.1
Stvoreno
08.03.2022.
Ažurirano
08.03.2022.
Licenza
MIT
Primjenjuje se

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