[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-94691":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},94691,"linkedin-feed-blocker","andrewpollack\u002Flinkedin-feed-blocker","andrewpollack","A minimal Chrome extension that removes LinkedIn's home feed while keeping the rest of LinkedIn usable.",null,"Shell",102,8,101,1,0,42.86,"MIT License",false,"main",true,[],"2026-08-24 04:01:22","# LinkedIn Feed Blocker\r\n\r\nA minimal Chrome extension that disables LinkedIn's home feed while keeping the rest of LinkedIn usable.\r\n\r\n## Install\r\n\r\n* **Chrome Web Store:** https:\u002F\u002Fchromewebstore.google.com\u002Fdetail\u002Flikdkcmiigfdfpkkecbcephijdfbegcf\r\n* **[Manual install](#manual-install)**: load the source directly, e.g. for development\r\n\r\n## What it does\r\n\r\n* Hides the entire main feed on `\u002Ffeed`\r\n* Blocks infinite-scroll feed pagination\r\n* Leaves profiles, jobs, search, messaging, notifications, and other LinkedIn features alone\r\n\r\n## Why?\r\n\r\nI like LinkedIn for finding jobs and chatting with recruiters. I do not like being greeted by the wild-west social feed.\r\n\r\nAfter having \"experienced\" the Before image below, I decided to do something about it. Hence, this extension.\r\n\r\n## Before \u002F After\r\n\r\n\u003Ctable>\r\n  \u003Ctr>\r\n    \u003Cth>Before\u003C\u002Fth>\r\n    \u003Cth>After\u003C\u002Fth>\r\n  \u003C\u002Ftr>\r\n  \u003Ctr>\r\n    \u003Ctd>\u003Cimg src=\"assets\u002Fbefore.png\" alt=\"Before: LinkedIn home page showing the full social feed, including a large post about a recruiter that 'came' on someone's profile. Yes, as-in _that_ 'came'.\">\u003C\u002Ftd>\r\n    \u003Ctd>\u003Cimg src=\"assets\u002Fafter.png\" alt=\"After: LinkedIn home page with no posting feed.\">\u003C\u002Ftd>\r\n  \u003C\u002Ftr>\r\n\u003C\u002Ftable>\r\n\r\n## Manual install\r\n\r\n1. Download or clone this repository somewhere permanent on your computer.\r\n\r\n2. Open Chrome and go to:\r\n\r\n   ```text\r\n   chrome:\u002F\u002Fextensions\r\n   ```\r\n\r\n3. Enable **Developer mode** in the top-right corner.\r\n\r\n4. Click **Load unpacked**.\r\n\r\n5. Select the `linkedin-feed-blocker` directory.\r\n\r\n6. Reload LinkedIn.\r\n\r\nThe extension will remain enabled unless you disable or remove it from `chrome:\u002F\u002Fextensions`.\r\n\r\n\r\n## Developer Notes\r\n\r\n### Updating\r\n\r\nAfter changing `manifest.json`, `rules.json`, or `feed.css`:\r\n\r\n1. Open `chrome:\u002F\u002Fextensions`\r\n2. Find **LinkedIn Feed Blocker**\r\n3. Click **Reload**\r\n4. Reload LinkedIn\r\n\r\n### How it works\r\n\r\n#### `feed.css`\r\n\r\nHides LinkedIn's main feed, including the post composer:\r\n\r\n```css\r\n[data-testid=\"mainFeed\"] {\r\n  display: none !important;\r\n}\r\n```\r\n\r\n#### `rules.json`\r\n\r\nBlocks requests for additional main-feed posts by targeting:\r\n\r\n```text\r\nsduiid=com.linkedin.sdui.pagers.feed.mainFeed\r\n```\r\n\r\nThe rule intentionally targets LinkedIn's `mainFeed` pager instead of the generic pagination endpoint, which could interfere with other parts of LinkedIn.\r\n","这是一款轻量级Chrome浏览器扩展，用于屏蔽LinkedIn主页动态信息流，同时保留个人资料、职位搜索、消息等核心功能。它通过CSS隐藏主信息流区域，并利用Chrome内容拦截规则阻止动态加载的Feed内容请求，不修改页面其他行为或依赖外部服务。适用于希望专注求职招聘、人脉沟通等专业用途，而避免社交媒体干扰的LinkedIn用户。",2,"2026-08-14 02:30:05","CREATED_QUERY"]