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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         Fix SA Breadcrumbs Hover For Chrome
// @namespace    http://mpeveler.com
// @version      0.1
// @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
// @author       Matthew "Master_Odin" Peveler
// @match        http://forums.somethingawful.com/*
// @match		 https://forums.somethingawful.com/*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle("div.breadcrumbs a.up span { bottom: 14px; }");