// ==UserScript== // @match *://plus.google.com/* // ==/UserScript== [ '#gb', '#contentPane > div:first-child', '.l-Ps.Vka', '.mp.pu', '.wl.cVa', '.Uda.NTa.Uua', ].forEach(function(selector) { document.querySelector(selector).style.display = "none"; });