sumantopal07 / Constraints-Blocker-Chrome-Extension

Chrome Extension for Leetcode and Binarysearch.com to hide the constraints of the problem.
https://chrome.google.com/webstore/detail/constraints-blocker/poadlijigkkehhbfnmdabgecngbmoaho
4 stars 4 forks source link

Add Codeforces Option in constraint Blocking #1

Open sumantopal07 opened 3 years ago

sumantopal07 commented 3 years ago

Codeforces is bit tricky to built as there is no separate block for constraints, you will have to selectively remove the constraints from the Input Block by detecting the brackets or some other smart way. Like here in the pic image

jhabarsingh commented 3 years ago

Okay, I will do it.

sumantopal07 commented 3 years ago

Okay, I will do it.

ok

sumantopal07 commented 3 years ago

https://github.com/sumantopal07/Constraints-Blocker-Chrome-Extension/pull/6 you can refer this pr to make for codeforces

jhabarsingh commented 3 years ago

You can check my PR