// ==UserScript== // @icon https://www.thfou.com/img/favicon.ico // @name 阿里巴巴生意参谋增强 // @namespace https://www.thfou.com/ // @version 1.0.4 // @description 生意参谋数据多元化,展示更多数据,减少计算时间。 // @author 头号否 // @match *://sycm.1688.com/ms/home/* // @require https://libs.baidu.com/jquery/1.10.2/jquery.min.js // @supportURL https://www.thfou.com/liuyan // @compatible Chrome // @compatible Firefox // @compatible Edge // @compatible Safari // @compatible Opera // @compatible UC // @license GPL-3.0-only // @downloadURL https://update.greasyfork.icu/scripts/393762/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E7%94%9F%E6%84%8F%E5%8F%82%E8%B0%8B%E5%A2%9E%E5%BC%BA.user.js // @updateURL https://update.greasyfork.icu/scripts/393762/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E7%94%9F%E6%84%8F%E5%8F%82%E8%B0%8B%E5%A2%9E%E5%BC%BA.meta.js // ==/UserScript== (function() { 'use strict'; setTimeout (function(){ var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML=".payRate{margin-top: 48px;};"; document.getElementsByTagName('HEAD').item(0).appendChild(style); document.querySelectorAll('#homeHomeRealtimeSurvey')[0].style.cssText = "min-height:450px"; var payRateNew = document.createElement('div'); payRateNew.className = 'shop-realtime-shop-index-cell payRate'; //支付转化率 var payByrCnt = document.querySelectorAll('.payByrCnt p')[1].innerText; var uv = document.querySelectorAll('.uv p')[1].innerText; var pb = payByrCnt/uv; var pblv = Number(pb*100).toFixed(2); pblv+='%'; //昨日支付转化率 var payByrCntold = document.querySelectorAll('.shop-realtime-shop-sub-indexes p span')[7].innerText; var uvold = document.querySelectorAll('.shop-realtime-shop-sub-indexes p span')[15].innerText; var pbold = payByrCntold/uvold; var pblvold = Number(pbold*100).toFixed(2); pblvold+='%'; //转化率数据 var payRateA = '
支付转化率
'; var payRateB = pblv; var payRateC = '
昨日转化率:'; var payRateD = pblvold; var payRateE = '
人均浏览量
'; var rjpvB = rjpvsj; var rjpvC = '
昨日人均浏览量:'; var rjpvD = rjpvsjold; var rjpvE = '
实时支付金额对比昨日总金额(元)
由头号否提供
小提示:如需查看实时数据对比,请手动刷新页面即可。 |
实时支付金额对比昨日总金额(元)
由头号否提供
小提示:如需查看实时数据对比,请手动刷新页面即可。 |