fb-recommendations-hider

Takes the distraction away.

// ==UserScript==
// @name        fb-recommendations-hider
// @namespace   fb-recommendations-hider
// @description Takes the distraction away.
// @include     *://www.facebook.com/*
// @version     1.1
// @grant       none
// ==/UserScript==
var div = document.getElementById("pagelet_ego_pane");

if (div) {
    div.style.display = "none";
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址