Howrse Menu Click Not Hover

Changes the menu to on mouse click instead of hover.

目前为 2014-05-29 提交的版本,查看 最新版本

// ==UserScript==
// @name        Howrse Menu Click Not Hover
// @namespace   hmcnh
// @include    	http://*.howrse.*/*
// @require  	http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require  	https://gist.githubusercontent.com/BrockA/2625891/raw/waitForKeyElements.js
// @version     1.0
// @author      Janiss
// @description Changes the menu to on mouse click instead of hover.
// ==/UserScript==

$("#menu a[class*='highlight']").each(function(){ $(this).attr('onclick', $(this).attr('onmouseover')); $(this).removeAttr('onmouseover'); });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址