Skip to content

Instantly share code, notes, and snippets.

@MFFoX
MFFoX / twbs-doc-userscript
Last active August 29, 2015 14:04
Twitter Bootstrap 3 Documentation UserScript that fixes the top navbar
// ==UserScript==
// @name Bootstrap 3 Documentation UserScript
// @namespace http://userscripts.org/users/651090
// @description The main purpose of this userscript is to set the main navbar to fixed for easier navigation
// @include *://getbootstrap.com/*
// @exclude *://getbootstrap.com/2.3.2/*
// @version 0.0.2
// ==/UserScript==
function with_jquery(f) {