Skip to content

Instantly share code, notes, and snippets.

View Artalus's full-sized avatar

Artalus

  • Kudan
View GitHub Profile
@Artalus
Artalus / vk_nocomment.js
Last active October 25, 2018 12:08
A Tampermonkey / Greasemonkey script to hide commentaries (replies) to posts in a specific VKontakte public.
// ==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