Fix SA Breadcrumbs Hover For Chrome

Fixes the hover box on the Forum breadcrumb such that it doesn't disappear when you go to click on it or if you're not fast enough

  1. // ==UserScript==
  2. // @name Fix SA Breadcrumbs Hover For Chrome
  3. // @namespace http://mpeveler.com
  4. // @version 0.1
  5. // @description Fixes the hover box on the Forum breadcrumb such that it doesn't disappear when you go to click on it or if you're not fast enough
  6. // @author Matthew "Master_Odin" Peveler
  7. // @match http://forums.somethingawful.com/*
  8. // @match https://forums.somethingawful.com/*
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. GM_addStyle("div.breadcrumbs a.up span { bottom: 14px; }");