Refresh Halt

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

Verze ze dne 08. 03. 2022. Zobrazit nejnovější verzi.

Autor
LeoEnj0
Hodnocení
0 0 0
Verze
1.1
Vytvořeno
08. 03. 2022
Aktualizováno
08. 03. 2022
Size
414 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
  }, 500);                     // Wait for 0.5 seconds before running the code