[黑科技] 发现了一个黑科技插件,可以查看亚马逊卖家邮箱和电话。
视频地址:
https://youtu.be/Ta56ly9xMMc
/*
*
* EtSoftware Beta 8.0.1.0
* Release date: 2021-09-26
* Author : 半条虫(466814195)
* Keywords : Etsoftware 半条虫(466814195) rimke 39doo 39度
* Description : 本脚本功能由EtSoftWare团队研发,仅供学习不得用于商业用途。
* Blog : http://rimke.blog.163.com/
* Website : http://www.39doo.com/
* Mail : rimke@163.com
* Copyright : Power By Etsoftware
*/
插件安装:
// ==UserScript==
// @name Amazon 1.0
// @namespace http://www.39doo.com/
// @version 0.1
// @description try to take over the world!
// @author Rimke
// @include https://*.amazon.com/sp*
// @require http://centos7.web.home.frp6.39doo.com:88/public/js/jquery-3.4.1.js
// @require http://centos7.web.home.frp6.39doo.com:88/public/extensions/tampermonkey/amazon.js?
// @grant unsafeWindow
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_log
// @grant GM_deleteValue
// @grant GM_listValues
// @grant GM_info
// @grant GM_xmlhttpRequest
// @connect *
// ==/UserScript==
(function() {
(new Amazon).start();
})();