NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 淘宝天猫优惠券查询助手-隐藏券&内部券一键领取 // @namespace https://tk.qqvbc.com/ // @version 0.9 // @description 史上最简洁、最好用的淘宝天猫查券助手。 // @author Joyber // @match https://detail.tmall.com/item.htm* // @match https://item.taobao.com/item.htm* // @require https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js // @require https://cdn.bootcss.com/jquery.qrcode/1.0/jquery.qrcode.min.js // @grant none // @license Apache-2.0 // @copyright 2019, joyber (https://openuserjs.org/users/joyber) // ==/UserScript== "use strict";jQuery(function(){function t(t){var a=new RegExp("(^|&)"+t+"=([^&]*)(&|$)","i"),o=window.location.search.substr(1).match(a);return null!=o?unescape(o[2]):null}function a(t,a){jQuery.ajax({dataType:"jsonp",type:"get",url:"https://yd.qqvbc.com/chrome/js?v=190927&callback=?",data:{type:t,id:a}})}console.log("欢迎使用淘宝天猫优惠券插件,祝你购物愉快!");var o=window.location.hostname,e=window.location.pathname;"detail.tmall.com"==o&&"/item.htm"==e&&a("tmall",t("id")),"item.taobao.com"==o&&"/item.htm"==e&&a("taobao",t("id"))});