Codeforces Lite is a Chrome extension that enhances Codeforces. It features a built-in code editor with code-saving, language switching, and a timer. The extension also offers an optimized dark theme, custom templates for faster coding, and UI improvements for better navigation.
Can you integrate code editor on main website of codeforces so that it can easy to write code like this on same page of problem
Hey there,
Well we have 2 main reasons not to do so:
We would need to inject the editor within the website on the down side which makes it a bit inaccessible and doesn't make it appear good.
We needed the functionality of resizable code editor just like Leetcode and codechef. If we directly inject it, we would need to remove the sidebar and place it below, but again, Content Security Policy error, this gets violated.
Can you integrate code editor on main website of codeforces so that it can easy to write code like this on same page of problem