agrawal-d / cph

Makes judging, compiling, and downloading problems for competitive programming easy.
https://agrawal-d.github.io/cph
GNU General Public License v3.0
816 stars 137 forks source link

Remove the dependancy on Competitive Helper extension #462

Closed HarinKhakhi closed 3 months ago

HarinKhakhi commented 4 months ago

Currently, to use this extension we also need to add Competitive Helper web extension which parses the problems and sends it to this extension. I find two problems with this approach,

Instead, if we have our own parser (we can even copy it from Competitive Helper and give credits) we can add features to parse problems from link / title / etc. We can also keep a checkbox in config to allow users to open problem from Competitive Helper.

I would love to implement it if you are fine with this.