Advertisement
AkitoApocalypse

test.user.js

Jun 3rd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Best Buy - Cart Saved Items Automation
  3. // @namespace akito
  4. // @version 3.1.1
  5. // @author akito#9528 / Albert Sun
  6. // @require https://raw.githubusercontent.com/albert-sun/tamper-scripts/bestbuy-cart_3.1/bestbuy-cart/user_interface.js
  7. // @require https://raw.githubusercontent.com/albert-sun/tamper-scripts/bestbuy-cart_3.1/bestbuy-cart/constants.js
  8. // @require https://cdn.jsdelivr.net/npm/simplebar@latest/dist/simplebar.min.js
  9. // @resource css https://raw.githubusercontent.com/albert-sun/tamper-scripts/bestbuy-cart_3.1/bestbuy-cart/styling.css
  10. // @downloadURL https://raw.githubusercontent.com/albert-sun/tamper-scripts/bestbuy-cart_3.1/bestbuy-cart/script_main.js
  11. // @updateURL https://raw.githubusercontent.com/albert-sun/tamper-scripts/bestbuy-cart_3.1/bestbuy-cart/script_main.js
  12. // @match https://www.bestbuy.com/cart
  13. // @antifeature opt-in anonymous queue metrics
  14. // @run-at document-end
  15. // @grant GM_getResourceText
  16. // @grant GM_addStyle
  17. // @grant GM_getValue
  18. // @grant GM_setValue
  19. // @grant GM_setClipboard
  20. // @grant unsafeWindow
  21. // @noframes
  22. // ==/UserScript==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement