Refresh Halt

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

लेखक
LeoEnj0
दैनिक इंस्टॉल
1
एकूण इंस्टॉल
3,569
रेटिंग
0 0 0
आवृत्ती
1.1.1
बनवली
2022-03-08
अपडेट केली
2022-03-08
आकार
417 Bytes
License
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