Ebay Fix Desc Button

Ebay description button fix

目前为 2015-03-06 提交的版本。查看 最新版本

// ==UserScript==
// @name          Ebay Fix Desc Button
// @description   Ebay description button fix
// @version 0.0.1.20150306063900
// @namespace https://greasyfork.org/users/9560
// ==/UserScript==

//If desc button visible, remove it and show the desc
if($("#vi_snippetdesc_btn")){
    $("#vi_snippetdesc_btn").hide()
    $("#vi-snippet-description-main").append($("#vi-desc-olay-main").html())
}