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/users/62228-achares
// @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或关注我们的公众号极客氢云获取最新地址