您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
通过淘宝客返利网站,查询商家设置的隐藏优惠券信息!直接领取优惠券购买。优惠50%以上!
当前为
// ==UserScript== // @name 【一键领取】 淘宝、天猫隐藏优惠券!优惠50%以上!省钱购---加强稳定版! // @namespace http://zfh.55xu.com/ // @version 10.17 // @description 通过淘宝客返利网站,查询商家设置的隐藏优惠券信息!直接领取优惠券购买。优惠50%以上! // @author 省钱购 // @include http*://item.taobao.com/* // @include http*://detail.tmall.com/* // @require https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js // @grant none // ==/UserScript== $(document).ready(function() { var url = window.location.host; var name = ''; var html = ''; if (url.indexOf('taobao.com') > 0) { name = $('.tb-main-title').text(); html = '<div class="tb-btn-buy" style="padding-top:10px;"><a href="http://zfh.55xu.com/index.php?r=searchlist&kwd='+ encodeURI(name) + '">领取商品优惠券</a></div><div class="tb-btn-add" style="padding-top:10px;"><a href="http://zfh.55xu.com">获取更多优惠产品</a></div>'; $('.tb-action').append(html); } if (url.indexOf('tmall.com') > 0) { name = $('meta[name=keywords]').attr('content'); html = '<div class="tb-btn-buy tb-btn-sku" style="padding-top:10px;"><a href="http://zfh.55xu.com/index.php?r=searchlist&kwd='+ encodeURI(name) + '">领取商品优惠券</a></div><div class="tb-btn-basket tb-btn-sku" style="padding-top:10px;"><a href="http://zfh.55xu.com">获取更多优惠产品</a></div>'; $('.tb-action').append(html); } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址