Refresh Halt

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

יוצר
LeoEnj0
התקנות יומיות
1
סה"כ התקנות
3,726
דירוגים
0 0 0
גרסה
1.1.1
נוצר
08-03-2022
עודכן
08-03-2022
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