// ==UserScript==
// @name Facebook PYMK Killer
// @author Billig
// @description Blocks the "people you may know" box from your home screen.
// @include http://*.facebook.com/home*
// ==/UserScript==
GM_addStyle(".pymk { display: none !important; }");
