Skip to content

Instantly share code, notes, and snippets.

View NorbiPeti's full-sized avatar
🏠
Working on hobby projects from home

NorbiPeti

🏠
Working on hobby projects from home
View GitHub Profile
@NorbiPeti
NorbiPeti / spamfilter.user.js
Last active April 1, 2016 23:20 — forked from nschubach/gist:27fcf78f1ecbf914310450a98937ba02
Channel usage: Type #channelname to switch channels. Type any message WITHOUT # characters to type in that channel. Type #all to switch back to global chat.
// ==UserScript==
// @name Robin channel manager and spam filter
// @namespace http://gist.github.com/NorbiPeti
// @version 0.1
// @description Filter spa,
// @author NorbiPeti, originally from nschubach
// @match https://www.reddit.com/robin/
// @grant none
// ==/UserScript==
/* jshint -W097 */