Display CF problems in the contest field instead of problemset
< 腳本CF problemset to contest的回應
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
)".
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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 withwindow.addEventListener('DOMContentLoaded', function(event){
(orMutationObserver
).