You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
이런식으로 load 할때 스크립트를 실행하기때문에, 아직 제대로 값을 안받아오고 그러져 있지 않을때 로드될 가능성이 있습니다..
실제로 크롬에는 인터넷이 강제로 느리게 로드되도록 설정할수있는데 (Network -> 최상단의 No throttling 을 Fast/Slow 3G로 설정) 이런 경우 백이면 백 클라스 헬퍼 스크립트가 위처럼 로딩되지 않습니다.
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'appendChild')
at eval (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:34)
at Window.tms_aeeb0f67_bcd5_4560_b594_a3023fc96386 (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:45)
at <anonymous>:4:80
at eval (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:1)
at eval (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:1)
at eval (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:115)
at eval (userscript.html?name=KLAS%20Helper.user.js&id=aeeb0f67-bcd5-4560-b594-a3023fc96386:117)
at eval (<anonymous>)
at <anonymous>:4:80
at Object.t [as F_c] (<anonymous>:3:191)
진짜 정말로 모든 페이지가 로드됐을때 해당 스크립트를 실행하는게 베스트일거 같긴 한데.. 페이지마다 받아오는 정보도 다르고 구조도 애매해서 수정할 방법이 딱히 떠오르지가 않네요..
The text was updated successfully, but these errors were encountered:
클라스 사이트 구조가, 페이지를 우선 로드해서 다 띄워놓고 필요한 값들을 추가로 요청한다음에 동적으로 이를 그리고 있습니다.
문제는, 이 프로그램 진입점이
이런식으로
load
할때 스크립트를 실행하기때문에, 아직 제대로 값을 안받아오고 그러져 있지 않을때 로드될 가능성이 있습니다..실제로 크롬에는 인터넷이 강제로 느리게 로드되도록 설정할수있는데 (
Network -> 최상단의 No throttling 을 Fast/Slow 3G로 설정
) 이런 경우 백이면 백 클라스 헬퍼 스크립트가 위처럼 로딩되지 않습니다.진짜 정말로 모든 페이지가 로드됐을때 해당 스크립트를 실행하는게 베스트일거 같긴 한데.. 페이지마다 받아오는 정보도 다르고 구조도 애매해서 수정할 방법이 딱히 떠오르지가 않네요..
The text was updated successfully, but these errors were encountered: