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.2
// @description wm-wife-use
// @author imt
// @match https://rate.1688.com/remark/wait_rate.htm*
// @grant none
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js
// ==/UserScript==
/* jshint -W097 */
'use strict';
jq3 = jQuery.noConflict( true );
jq3(function() {
jq3("li[title='非常满意']").click();
jq3('.submit-rank')[0].click();
});