If anyone knows any method to remove the Recent Actions sidebar in codeforces, may you please tell me how to do it. That sidebar distracts me a lot while I am trying to understand some problem's solution by reading editorials. Thanks for helping me in advance.
EDIT: Found out a way to do it.
Install Adblock extension
Right Click on the extension icon and select Extension options.
Click on the EDIT button next to Manually edit your filters option.
Paste the following to remove the recent actions sidebar permanently:
codeforces.com##DIV[class="recent-actions"]
In case you want to again enable it, delete that line by going to filter options using same steps.
I don't think there's a way to get rid of it without using external tools and I don't think anyone has created any kind of extension for that.
You can temporarily remove it by right clicking on the box, clicking "inspect element", going to the highlighted line that comes up, right clicking that, and then clicking "delete element". Unfortunately, the box will return when your refresh the page, but that's the best solution I can think of.
If you use an ad blocker, you can likely configure it to hide an element.
I've configured mine to hide the "standings" button when viewing a problem from the problemset (for example, from https://mirror.codeforces.com/problemset/problem/1388/E, rather than https://mirror.codeforces.com/contest/1388/problem/E), because that button goes to a page I literally never want to go to (https://mirror.codeforces.com/problemset/standings, rather than https://mirror.codeforces.com/contest/1388/standings).
Thank you very much for your suggestion, I found out a way to do it using Adblock extension.
A more restrictive version of above which removes other useless and distracting features too.
Thanks