Refresh Halt

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

Author
LeoEnj0
Daily installs
7
Total installs
1,725
Ratings
0 0 0
Version
1.1.1
Created
2022-03-08
Updated
2022-03-08
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
  }, 1000);                     // Wait for 1 second before running the code