Greasy Fork is available in English.

Refresh Halt

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
LeoEnj0
일일 설치수
13
총 설치수
2,324
평점
0 0 0
버전
1.1.1
생성
2022-03-08
갱신
2022-03-08
라이선스
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