CF problemset to contest

Display CF problems in the contest field instead of problemset

< Σχολιασμός για τον κώδικα CF problemset to contest

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 11/01/2020

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Δημιουργός
§
Δημοσιεύτηκε: 09/06/2020

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)".

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.