Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Hover open menu
// @namespace http://myanimelist.net/profile/Aphyxia
// @description On list menu hover show content
// @include http://myanimelist.net/*
// @version 1
// @grant none
// ==/UserScript==
(function () {
if (typeof jQuery == 'undefined') $ = unsafeWindow.$;