Greasy Fork is available in English.

Refresh Halt

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

Yazar
LeoEnj0
Günlük kurulumlar
6
Toplam kurulumlar
2.344
Değerlendirmeler
0 0 0
Versiyon
1.1.1
Oluşturulma
08.03.2022
Güncellenme
08.03.2022
Lisans
MIT
Geçerli

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