绕过民生银行移动端年龄检测,覆写原年龄检测
// ==UserScript==
// @name 绕过民生银行移动端年龄检测
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 绕过民生银行移动端年龄检测,覆写原年龄检测
// @author You
// @match https://creditcard.cmbc.com.cn/wsv2*
// ==/UserScript==
(function() {
'use strict';
unsafeWindow.ageRange=function(a,b){return true;}
})();