文章摘要
这篇文章介绍了GitHub上的一个名为"Nuke Insta Slop"的代码片段分享功能,用户可以通过该平台快速分享代码、笔记和片段,并支持在不同窗口或标签页间切换账户登录。
文章总结
清除Instagram垃圾内容
该GitHub项目提供了一个uBlock Origin过滤规则列表,旨在净化Instagram的使用体验。主要功能包括:
- 屏蔽Reels标签页
- 隐藏非关注用户的帖子
- 过滤平台所有视频内容
项目创建者希望通过这些规则让Instagram回归"父母口中Facebook原本的样子"。当用户浏览完好友动态后,系统会模糊处理算法推荐内容(透明度20%,高斯模糊2em,灰度100%),以此突显平台推送的"信息垃圾"数量。
使用说明
安装方法参考uBlock Origin官方文档,需手动添加以下过滤规则:
instagram.com##a[href="/reels/"]
instagram.com##article:has(div:has-text(/^Follow$/)):style(...)
instagram.com##article:has(div[aria-label="Video player"]):style(...)
注意事项:该规则会无差别屏蔽所有视频内容,包括好友发布的视频。项目作者欢迎开发者贡献改进方案。
评论区有用户分享了配套的Facebook净化规则,可作为补充使用。
(注:原文中的导航菜单、用户登录状态提示等非核心内容已精简,保留了主要功能说明和技术细节)
评论总结
总结评论内容如下:
对Instagram内容过滤的需求
- 多位用户希望Instagram能提供关闭推荐内容的选项
- "i was hoping Instagram would add a toggle to get rid of this stuff!"(apples_oranges)
- "Great! The more solutions to filter unwanted content on the internet the better."(CarlJW)
怀念旧版社交媒体的声音
- 用户怀念早期Facebook和Instagram以朋友内容为主的模式
- "I miss the golden era of Facebook when it was really just friend content."(varenc)
- "Hell, you're trying to make Instagram be what Instagram used to be."(kelnos)
完全弃用的建议
- 部分用户建议直接不使用Instagram
- "My solution is rather simple: don't use Instagram."(deafpolygon)
- "Isn't it better to just not open it altogether?"(hmokiguess)
技术解决方案
- 用户分享了使用浏览器插件、防火墙等过滤内容的方法
- "I run PiHole + Unbound + OPNSense firewall at home"(h4kunamata)
- "I've had great success with Firefox and the Social Focus extension"(CarlJW)
现有功能讨论
- 有用户指出Instagram已有"Following"选项可以只看关注内容
- "You can snooze suggestions and then select 'Following' instead of 'For you'"(gutafoki)
- "Does Instagram even have reels in the browser?"(permo-w)