Refresh Halt

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

Tekijä
LeoEnj0
Päivittäiset asennukset
7
Asennuskerrat
2 874
Arvostelut
0 0 0
Versio
1.1.1
Luotu
8.3.2022
Päivitetty
8.3.2022
Lisenssi
MIT
Käytössä

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