Skip to content

Instantly share code, notes, and snippets.

@bjb568
bjb568 / LQ button userscript
Last active August 29, 2015 14:05
Downvotes, Closes as Unclear, Adds VLQ flag, and posts to chat
// ==UserScript==
// @name LQ button
// @author bjb568
// @version 2.0.2
// @namespace bjb568
// @description Adds a LQ button
// @include http://stackoverflow.com/questions/*
// @exclude http://stackoverflow.com/questions/tagged/*
// ==/UserScript==
var parent = document.getElementsByClassName('post-menu')[0];