NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name wm-wife-use // @namespace https://openuserjs.org/install/imtcn/wm-wife-use.user.js // @version 1.3 // @description wm-wife-use // @author imt // @match https://rate.1688.com/remark/wait_rate.htm* // @match https://rate.taobao.com/*.jhtml* // @grant none // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js // ==/UserScript== jq3 = jQuery.noConflict( true ); jq3(function() { jq3("li[title='非常满意']").click(); var ali=jq3('.submit-rank'); if(ali.length>0){ ali[0].click(); } jq3('input[name="good-all"]').click(); jq3('.good-rate').click(); var tb=jq3('.tb-rate-btn'); if(tb.length>0){ tb.click(); } });