复制到chrome收藏夹里,马里奥账号打开点一下
javascript: (function() {
o = document.getElementsByTagName('a');
var regex1 = /alt_cust_id.*%2526/;
for (var i = 0; i < o.length; i++) {
var text = o[i].href.match(regex1);
if (text) {
window.open("https://www.marriott.com/loyalty/offers/chase.mi?returnURL=/loyalty/myAccount/profile.mi&destinationURL=https%253A%252F%252Fcreditcards.chase.com%252Fa1%252Fmarriottboundless%252FHVOFreeNight%252FPAIC%253FCELL%253D6TVB%2526SPID%253DGHCH%2526" + text[0] + "mcd%253DCCOFFER-US-CH-hp4Pack-0513-FNA_5-6TVB-GHCH-PQO", '_blank').focus();
return;
}
}
})();