Greasy Fork is available in English.

Refresh Halt

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

Auteur
LeoEnj0
Nombre d'installations quotidiennes
13
Nombre d'installations
2 324
Évaluations
0 0 0
Version
1.1.1
Créer
2022-03-08
Mis à jour
2022-03-08
Licence
MIT
S'applique à

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