Facebook Right App Sidebar

Remove right application panel on Facebook

目前为 2017-01-31 提交的版本。查看 最新版本

// ==UserScript==
// @name         Facebook Right App Sidebar
// @namespace    https://gf.qytechs.cn/sk/scripts/26962-facebook-right-app-sidebar
// @version      1.0
// @description  Remove right application panel on Facebook
// @author       achares
// @match        https://apps.facebook.com/*
// @grant        none
// ==/UserScript==

document.getElementById('rightCol').remove();
document.getElementById('bannerBelowGameContainer').remove();

QingJ © 2025

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