Refresh Halt

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

Penulis
LeoEnj0
Pemasangan harian
1
Total pemasangan
3.724
Nilai
0 0 0
Versi
1.1.1
Dibuat
08 Maret 2022
Diperbarui
08 Maret 2022
Size
417 Byte
Lisensi
MIT
Berlaku untuk

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