NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name DigiKala.com نمودار قیمت // @namespace Digikala.com // @description نمایش نمودار قیمت در دیجی کالا برای کالاهای بدون قیمت // @include *digikala.com/Product/DKP* // @version 1 // @grant none // ==/UserScript== var $ = unsafeWindow.jQuery; $theID = $("#frmLI_AddToFavotire a").data('id'); $('#dk-products-toolbar-wrap ul').append('<li style="padding-top:24px;"><a id="ctl10_frmHypPriceChart" data-id="'+$theID+'" data-type="2" rel="#overlay" href="pricechart"><i class="icon icon-statistics"></i></a></li>');