Refresh Halt

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

As of 2022-03-08. See the latest version.

Author
LeoEnj0
Ratings
0 0 0
Version
1.1
Created
2022-03-08
Updated
2022-03-08
Size
414 Bytes
License
MIT
Applies to

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
  }, 500);                     // Wait for 0.5 seconds before running the code