Zing Duplicates

clicks "No" by default for Zing "Are these receipts the same" hits

  1. // ==UserScript==
  2. // @name Zing Duplicates
  3. // @version 0.3
  4. // @description clicks "No" by default for Zing "Are these receipts the same" hits
  5. // @author Tjololo
  6. // @match https://backend.ibotta.com/duplicate_receipt_moderation/*
  7. // @require http://code.jquery.com/jquery-latest.min.js
  8. // @grant none
  9. // @namespace https://gf.qytechs.cn/users/710
  10. // ==/UserScript==
  11.  
  12. $("#duplicatefalse").click();
  13. $("#duplicatefalse").focus();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址