// ==UserScript== // @name VkHider // @namespace Spam // @version 1.0 // @description saves your mind from bullshit by hiding posts and comments from selected people. To start just put needed id`s in names array // @include https://vk.com/* // @include http://vk.com/* // @grant none // @copyright 2014+, rigward // @downloadURL https://update.greasyfork.icu/scripts/5310/VkHider.user.js // @updateURL https://update.greasyfork.icu/scripts/5310/VkHider.meta.js // ==/UserScript== if (window.top != window.self) { return; } var names = new Array("/durov"); //just insert id`s here. Example: "/id111111", "/anyrandomname" if(names==0) { return; } var NamesString='a'; for(var i=0; i