Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@CapnSparrow
CapnSparrow / bitcointalk-poor-comment-blocker.user.js
Last active February 9, 2019 10:26
Removes comments with ads in signature on the https://bitcointalk.org forum.
// ==UserScript==
// @name BitcoinTalk Poor Comment Blocker
// @version 1.0
// @author CapnSparrow@BitcoinTalk
// @description Removes comments with ads in signature on the https://bitcointalk.org forum.
// @include https://bitcointalk.org/index.php?topic=*
// @require https://code.jquery.com/jquery-3.3.1.min.js
// @run-at document-end
// ==/UserScript==