Refresh Halt

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

작성자
LeoEnj0
일일 설치 수
2
총 설치 수
3,724
평점
0 0 0
버전
1.1.1
생성일
2022-03-08
갱신일
2022-03-08
크기
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