Skip to content

Instantly share code, notes, and snippets.

@nitinthewiz
Created August 25, 2014 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitinthewiz/b2eef5715c2b043751e4 to your computer and use it in GitHub Desktop.
Save nitinthewiz/b2eef5715c2b043751e4 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name DevCentral Cleanse
// @version 0.1.4
// @namespace http://blog.nitinkhanna.com
// @author nitinkhanna
// @run-at document-end
// @include *devcentral.f5.com*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// ==/UserScript==
// GM_log("run!");
$(document).ready(function(){
$('.navbar-header div.container').first().hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment