Skip to content

Instantly share code, notes, and snippets.

@benburton
Created June 7, 2012 16:42
Show Gist options
  • Save benburton/2889959 to your computer and use it in GitHub Desktop.
Save benburton/2889959 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @match http://*.fab.com/*
// ==/UserScript==
$(document).ready(function() {
$(".newLoginProcess").hide();
$(".modal-bg").hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment