This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name VK hide replies | |
// @namespace artalus | |
// @version 1.0 | |
// @description Hide all replies for a specified public | |
// @author Artalus | |
// @match https://vk.com/* | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |