Skip to content

Instantly share code, notes, and snippets.

View nyet's full-sized avatar

Leo Susanto nyet

  • Sillycone Valley
View GitHub Profile
@antimatter15
antimatter15 / plusmute.user.js
Created June 30, 2011 16:13
Google+ Mute Keyboard Shortcut Userscript
// ==UserScript==
// @name Google+ Mute Keyboard Shortcut
// @namespace http://antimatter15.com/
// @description Mute conversations in your stream by hitting "m"
// @include https://plus.google.com/*
// @include http://plus.google.com/*
// @version 1.2
// ==/UserScript==
document.addEventListener('keydown', function(e){