Greasy Fork is available in English.

Remove Right Panel for games of FB

to remove sidebar

// ==UserScript==
// @name         Remove Right Panel for games of FB
// @description  to remove sidebar
// @version      1.0
// @author       Enzo
// @namespace    The Household Love
// @match        https://apps.facebook.com/*
// @grant        none
// ==/UserScript==

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