Delete Unwanted Posts on Facebook Feed

生产工具插件大小: 4.47KiB版本: v 0.3更新时间: 2022-07-20
大小:4.47KiB版本:v 0.3更新时间:2022-07-20

Remove "Suggested for You", "Sponsered", "People you may know" and facebooks attempt at TikTok from your facebook feed.

Delete Unwanted Posts on Facebook Feed 的使用方法详解,最全面的教程


Delete Unwanted Posts on Facebook Feed 描述:

用户数:4

分类:生产工具插件

扩展大小:4.47 KiB

最后更新时间:2022-07-20

版本:v 0.3


Delete Unwanted Posts on Facebook Feed 插件简介:

这是来自Chrome商店的 Delete Unwanted Posts on Facebook Feed 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


Delete Unwanted Posts on Facebook Feed插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


Delete Unwanted Posts on Facebook Feed插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
I don't know how long it will last for the promoted ones because Facebook is really tricky with that... If you find it taking a while to load more posts, just refresh the page and begin again. I realized that 1 in every 4 posts that I was seeing on my Facebook feed was a "Suggested" post, and that peeved me off... So I wrote up some code to fix it! Check the console when you run it, it will tell you how many I filtered for you! It is somewhere between 23% and 25% of all posts (way too much). If you would like to just have the code yourself and put it in the console, here it is: var posts; var arrPosts = [], counter = 0; //this runs the first time the webpage is open (()=>{ //create an array from the feed posts = Array.from(document.querySelector('[role="feed"]').children); //loop over the elements and remove suggested posts //this removes advertisements //pretty obv //stop pushing this shit on me posts.filter(div => div.innerText.includes('Suggested for you') + div.innerText.includes('\nr\no\no\nS') + div.innerText.includes('People You May Know') + div.innerText.includes('Reels and short videos')) .forEach(div => {div.style.visibility = "hidden"; div.style.position = "absolute"; counter++; console.log(counter + 'Items Filtered');}); }) const mutationObserver = new MutationObserver(posts =>{ //this is a copy of the above function (could make it a named function but i haven't yet) posts = Array.from(document.querySelector('[role="feed"]').children); posts.filter(div => div.innerText.includes('Suggested for you') + div.innerText.includes('\nr\no\no\nS') + div.innerText.includes('People You May Know') + div.innerText.includes('Reels and short videos')) .forEach(div => {div.style.visibility = "hidden"; div.style.position = "absolute"; counter++; console.log(counter + 'Items Filtered');}); }); //this sets the mutation observer up so when you scroll down and it adds posts, it runs the delete method again! mutationObserver.observe(document.querySelector('[role="feed"]'),{subtree: true, childList: true});

相关应用

The world's most popular userscript manager
浏览网页时可轻松查看翻译版本。由Google翻译小组提供。
正版 idm 下载器正式登陆扩展迷商店。Download files with Internet Download Manager
阻止 YouTube™ 广告、弹出窗口并抵御恶意软件!
一款无与伦比的广告拦截扩展,用以对抗各式广告与弹窗。可以拦截 Facebook、YouTube 和其它所有网站的广告。
一款高效的网络请求过滤工具,占用极低的内存和 CPU。
在YouTube、Facebook、Twitch和其他你喜爱的网站上拦截广告和弹窗。
LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.
迅雷下载支持
back top top
back top top