Refresh Halt

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

ئاپتورى
LeoEnj0
بۈگۈن قاچىلانغىنى
1
جەمئىي قاچىلانغىنى
3,633
باھا نومۇرى
0 0 0
نەشرى
1.1.1
قۇرۇلغان ۋاقتى
2022-03-08
يېڭىلانغان ۋاقتى
2022-03-08
Size
417 بايت
ئىجازەتنامىسى
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