CSS 없이 유튜브 로딩

CSS 없이 유튜브 로딩

여기서 심각한 문제에 직면했습니다. 내 노트북의 어떤 브라우저에서도 CSS 파일 없이 Youtube가 로드됩니다. 동영상을 전혀 로드할 수 없어 완전히 엉망이 되었습니다. 캐시를 지우고 크롬을 다시 설치하고 호스트 파일을 확인했지만 운이 없었습니다. 페이지를 살펴보니 이런 것들이 있었어요

> GET https://s.ytimg.com/yts/cssbin/www-core-webp-vflOXuTs6.css
> net::ERR_CONNECTION_TIMED_OUT (index):13 GET
> https://i1.ytimg.com/vi/QxvDVqZdqRU/hqdefault.jpg
> net::ERR_CONNECTION_TIMED_OUT (index):554 GET
> https://i1.ytimg.com/vi/hafj2CLubHE/mqdefault.jpg
> net::ERR_CONNECTION_TIMED_OUT (index):600 GET
> https://s.ytimg.com/yts/cssbin/www-home-c4-webp-vflIvxUPq.css
> net::ERR_CONNECTION_TIMED_OUT (index):14 GET
> https://s.ytimg.com/yts/cssbin/www-pageframe-webp-vflgztbLD.css
> net::ERR_CONNECTION_TIMED_OUT (index):22 GET
> https://s.ytimg.com/yts/cssbin/www-guide-webp-vfl_uF6sZ.css
> net::ERR_CONNECTION_TIMED_OUT (index):23 GET
> https://i1.ytimg.com/vi/YuFs_aHhm44/mqdefault.jpg
> net::ERR_CONNECTION_TIMED_OUT (index):648 GET
> https://i1.ytimg.com/vi/SDlTZofXa7c/mqdefault.jpg
> net::ERR_CONNECTION_TIMED_OUT (index):696 GET
> https://s.ytimg.com/yts/jsbin/www-scheduler-vflKNUgKf.js
> net::ERR_CONNECTION_TIMED_OUT (index):9 GET
> https://s.ytimg.com/yts/jsbin/spf-vflXayUFd.js
> net::ERR_CONNECTION_TIMED_OUT (index):4263 GET
> https://s.ytimg.com/yts/jsbin/www-en_US-vflHVohGO/base.js
> net::ERR_CONNECTION_TIMED_OUT (index):4264 Uncaught ReferenceError:
> spf is not defined (index):4265 Uncaught TypeError: undefined is not a
> function (index):4270 Uncaught TypeError: undefined is not a function
> (index):4303 GET https://s.ytimg.com/yts/img/pixel-vfl3z5WfW.gif
> net::ERR_CONNECTION_TIMED_OUT (index):31

누구든지 아이디어가 있으면 도와주세요.

관련 정보