CF Filter Recent Actions: Chrome Extension (Userscript)
Difference between en1 and en2, changed 244 character(s)
Tired of seeing useless blogs from low-rated users in Recent Actions?↵

Enhance your Codeforces experience with **CF Filter Recent Actions**. Retrieve and display blog entries exclusively from Codeforces users with a rating >= a specified minimum rating or if the blog rating is >= 50.↵

<img src="https://codeforces.com/predownloaded/
bd/a3/bda382d971a5e973f5b141412e08cda04faba73a88/5d/885de82af06f4dc5b044a5f707b06d865b16ea04.png">↵

### Installation↵

1. Clone or download [this](https://github.com/srbmaury/CF-Filter-Recent-Actions) repository.↵
2. Open the extensions page (chrome://extensions/) for Chrome or (edge://extensions/) for Edge.↵
3. Enable "Developer mode."↵
4. Click "Load unpacked" and select the extension folder.↵

### Usage↵

1. Click the extension icon in your Chrome/Edge toolbar.↵
2. Set the minimum rating and click "Save".↵
3. Refresh the page to see filtered recent actions.↵

To use this without unpacking the extension, copy-paste [this userscript](https://p.ip.fi/RnbR) in [tampermonkey](https://www.tampermonkey.net/) or a similar tool and update rating and atLeast50 variables on line 21 according to your choice.↵

**UPD1** : Now you can also filter out old blogs by writing comma seperated blog ids. Updated userscript is [here](https://p.ip.fi/rRtr). Add blogIds to be filtered out on line 22.↵

----↵

<spoiler summary="Some Random Facts">↵
1. To Show the Necropost icon, I checked if the blog was created over eight weeks ago. (I don't know the actual logic).↵
2. Blogs from some handles like MikeMirzayanov, Una_Shem, atcoder_official, CodeChef_admin and ICPCNews will not be hidden.↵
3. A maximum of 25 blogs will be shown at a time. (Still fetching 100 recent actions so that [recent actions don't become empty](https://codeforces.com/blog/entry/119220?#comment-1057189))↵
</spoiler>↵

Any suggestion would be helpful!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Srbmaury 2023-09-09 08:39:15 315
en2 English Srbmaury 2023-09-08 22:06:47 244
en1 English Srbmaury 2023-09-08 19:18:02 1695 Initial revision (published)