virmach优惠码小插件
virmach优惠码输入的地方隐藏了,一行代码,放油猴脚本里就OK了[*]// ==UserScript==
[*]// @name virmach
[*]// @namespace http://tampermonkey.net/
[*]// @version 0.1
[*]// @descriptiontry to take over the world!
[*]// @author You
[*]// @match https://billing.virmach.com/cart.php?a=view
[*]// @require https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js
[*]// @grant none
[*]// ==/UserScript==
[*]
[*](function() {
[*] 'use strict';
[*]$('#couponform').show();
[*] // Your code here...
[*]})();复制代码
页:
[1]