Skip to content

Instantly share code, notes, and snippets.

@zengxs
Last active April 16, 2023 01:32
Show Gist options
  • Save zengxs/c9a05946b93db4868e07a6ecff37b8af to your computer and use it in GitHub Desktop.
Save zengxs/c9a05946b93db4868e07a6ecff37b8af to your computer and use it in GitHub Desktop.
购物党油猴脚本(精简支持的网站)
// ==UserScript==
// @name gwdang
// @name:zh-CN 购物党自动比价工具-领取淘宝内部券
// @namespace no
// @description [含有购物党的返利]浏览商品页面时,自动比较同款商品在淘宝/京东/亚马逊/当当/苏宁/等百家商城的最低价,提供价格历史、口碑评分等查询。支持商品促销活动,商城优惠信息查询,商品可全网收藏,降价提醒。支持链家、我爱我家、中原地产等主流房产网站房源价格走势查询,为买房人士提供决策参考。
// @description:zh-CN [含有购物党的返利]浏览商品页面时,自动比较同款商品在淘宝/京东/亚马逊/当当/苏宁/等百家商城的最低价,提供价格历史、口碑评分等查询。支持商品促销活动,商城优惠信息查询,商品可全网收藏,降价提醒。支持链家、我爱我家、中原地产等主流房产网站房源价格走势查询,为买房人士提供决策参考。
// @run-at document-idle
// @version 3.0.4
// @require https://browser.gwdang.com/get.js?f=/js/gwdang_extension.js
// @grant none
// @include http://*.jd.com/*
// @include https://*.jd.com/*
// @include http://*.jd.hk/*
// @include https://*.jd.hk/*
// @include http://*.taobao.com/*
// @include https://*.taobao.com/*
// @include http://*.tmall.com/*
// @include https://*.tmall.com/*
// ==/UserScript==
(function() {
var s = document.createElement('script');
s.setAttribute('src', '@require');
document.body.appendChild(s);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment