Skip to content

Instantly share code, notes, and snippets.

View rjrudman's full-sized avatar

Robert Rudman rjrudman

View GitHub Profile
@rjrudman
rjrudman / HideJobs.user.js
Last active December 22, 2016 23:12 — forked from Tiny-Giant/HideJobs.user.js
Hides references to Stack Overflow Jobs
// ==UserScript==
// @name Hide Jobs
// @namespace http://github.com/Tiny-Giant
// @version 1.0.0.1
// @description Hides references to Stack Overflow Jobs
// @author @TinyGiant
// @include /https?:\/\/(meta\.)?stackoverflow\.com/.*/
// @grant none
// ==/UserScript==
/* jshint -W097 */