CF problemset to contest

Display CF problems in the contest field instead of problemset

< CF problemset to contest 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2020-01-11

Script could be made faster

It's possible to add // @run-at document-start so that the location can be replacedbefore the page is loaded (which is faster). The other part can be delayed with window.addEventListener('DOMContentLoaded', function(event){ (or MutationObserver).

ouuan작성자
§
게시: 2020-06-09

I've added // @run-at document-start but not sure what should I do according to "The other part can be delayed with window.addEventListener('DOMContentLoaded', function(event){ (or MutationObserver)".

답글 게시

답글을 게시하려면 로그인하세요.