clicks "No" by default for Zing "Are these receipts the same" hits
À partir de
// ==UserScript==
// @name Zing Duplicates
// @version 0.1
// @description clicks "No" by default for Zing "Are these receipts the same" hits
// @author Tjololo
// @match https://backend.ibotta.com/duplicate_receipt_moderation/28357387/edit*
// @require http://code.jquery.com/jquery-latest.min.js
// @grant none
// @namespace https://greatest.deepsurf.us/users/710
// ==/UserScript==
$("#duplicatefalse").click();