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://gf.qytechs.cn/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())
}

QingJ © 2025

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