njelich/LinkOff

Hide old posts

ladaflac opened this issue · 2 comments

I would like the ability to filter out the posts that are old.
I can't see the exact post time on LinkedIn, except the text like '15m', '5h', '3d', '2w', '1mo', '1y'.
The extension might offer filtering out the posts that are:

  • more than 1 day old, which equals all the posts with posting time containing d, w, mo, y
  • more than 1 week old, which equals all the posts with posting time containing w, mo, y
    etc.

The post time is stored in a span with class="feed-shared-actor__sub-description".

Resolved by commit 954f3fa , closing