Refresh Halt

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

Tác giả
LeoEnj0
Cài đặt hàng ngày
1
Số lần cài đặt
3.569
Đánh giá
0 0 0
Phiên bản
1.1.1
Đã tạo
08-03-2022
Đã cập nhật
08-03-2022
Size
417 Byte
Giấy phép
MIT
Áp dụng cho

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