Refresh Halt

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

Δημιουργός
LeoEnj0
Ημερήσιες εγκαταστάσεις
3
Σύνολο εγκαταστάσεων
3.726
Βαθμολογίες
0 0 0
Έκδοση
1.1.1
Δημιουργήθηκε την
08/03/2022
Ενημερώθηκε την
08/03/2022
Μέγεθος
417 Bytes
Άδεια
MIT
Εφαρμόζεται σε

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