Refresh Halt

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

Autor
LeoEnj0
Dnevne instalacije
1
Ukupno instalacija
3.569
Ocene
0 0 0
Verzija
1.1.1
Napravljeno
08/03/2022
Ažurirano
08/03/2022
Size
417 бајтова
Licenca
MIT
Važi za

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