Refresh Halt

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

Autor
LeoEnj0
Denně instalací
3
Celkem instalací
3.726
Hodnocení
0 0 0
Verze
1.1.1
Vytvořeno
08. 03. 2022
Aktualizováno
08. 03. 2022
Size
417 B
Licence
MIT
Spustit na

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