【一键领取】 淘宝、天猫隐藏优惠券!优惠50%以上!省钱购---加强稳定版!

通过淘宝客返利网站,查询商家设置的隐藏优惠券信息!直接领取优惠券购买。优惠50%以上!

当前为 2018-04-27 提交的版本,查看 最新版本

// ==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或关注我们的公众号极客氢云获取最新地址