Greasy Fork is available in English.

Refresh Halt

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

ავტორი
LeoEnj0
დღიური ინსტალაციები
6
მთლიანი ინსტალაციები
2 344
რეიტინგი
0 0 0
ვერსია
1.1.1
შექმნილია
08.03.2022
განახლებულია
08.03.2022
ლიცენზია
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