Tamper scripts to help with retailer checkout

Overview

falco-tamper-scripts

Tamper scripts to help with retailer checkout

Falcodrin Discord

Falcodrin Twitter

Falcodrin Twitch

AMD Script

  • Displays add to cart buttons on AMD product list page or product detail page.

Youtube Walkthrough

EVGA Queue Script

** You first need to login to EVGA with your account!!!

You need to edit the script and set your first name, last name, and email:

const PRODUCT_NUMBER = "08G-P4-2289-KR"; // <-- Enter the product number you want to enter into queue
const FIRST_NAME = "Falco";
const LAST_NAME = "McGinity";
const EMAIL = "[email protected]";
  1. Load the script into tamper monkey (and make sure it is enabled)

  2. Go to the below url (you need to put same PRODUCT_NUMBER in url below)

  1. If you use a product number that the queue is NOT OPEN for, the script will continue to reload the above url (ie. should work when the queue opens)

  2. You may see Access Denied -> clear your evga cookies, login, and try again.

You might also like...

With these scripts, you can do it even without knowing html

With these scripts, you can do it even without knowing html

About the Project: Have you ever wanted to create quick and easy to generate draggable frames in html? With these scripts, you can do it even without

Apr 29, 2022

Collection of Scriptable scripts.

Collection of Scriptable scripts.

Scriptable Scripts GitLab Contribution Graph A widget that shows an overview of your recent GitLab contributions. It is available in small and medium

Nov 18, 2022

Codemod scripts to update AWS SDK for JavaScript APIs.

aws-sdk-js-codemod This repository contains a collection of codemod scripts for use with JSCodeshift that help update AWS SDK for JavaScript APIs. The

Jan 2, 2023

⚡️ Makes writing scripts absurdly easy

haxx easily create and run scripts using javascript getting started • commands • api Features 🔀 Process DX - easily manage and run processes 📦 Javas

Apr 15, 2022

CLI toolbox for common scripts for front-end projects

yg-configs 🛠 📦 CLI toolbox for common scripts for my front-end projects Table of Contents Installation Usage config prettier config eslint config co

Dec 26, 2022

A collection of scripts to build offline documentation for your favourite frameworks/libraries. Simply search, copy/paste the commands and enjoy.

Offline-docs A collection of scripts to build offline documentation for your favourite frameworks/libraries. Simply search, copy/paste the commands an

Dec 24, 2022

This is a repo for small, useful scripts and extensions

WinDbgCookbook This is a repo for small, useful scripts, extensions, and debugger data model "dx" queries. Feel free to add your own scripts or update

Dec 19, 2022

Scripts utilizados para macaquear telemarketing.

Scripts utilizados para macaquear telemarketing.

ScriptWhatsapp Scripts utilizados para macaquear telemarketing. Como utilizar, ó grande mestre da vantagem? TUTORIAL 1º Abra o whatsapp web 2º Abra o

Dec 30, 2022

Boilerplate starter template for a new TON blockchain project - FunC contracts, JS tests, compilation and deployment scripts

TON Starter Template - Contracts Starter template for a new TON project - FunC contracts, JS tests, compilation and deployment scripts Overview This p

Dec 17, 2022
Comments
  • Added dark mode option for AMD

    Added dark mode option for AMD

    This feature will change the colors to a dark mode theme which can be easier on the eyes. This can help others that are staring at the screen all day waiting for AMD to drop. Please feel free to make edits or give any feedback 👍 . darkmode-amd

    opened by iramirez-aptera 0
Owner
Stu MacKenzie
Love React / Node
Stu MacKenzie
e-ONG, an authorial project, whose objective is to help ONGs to find people who need help or would like to help them

This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: npm start Runs the app in the developmen

Lucas Lima 2 Nov 11, 2022
This is an imitation of the Amazon online shopping store. Users can add and remove items from the cart, proceed to checkout and make payments.

AMAZON This is an imitation of the Amazon online shopping store. Users can add and remove items from the cart, proceed to checkout and make payments.

Kevv_in 7 Mar 23, 2022
One-page checkout flow

Medusa Express Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences. Built with Me

Medusa 49 Oct 11, 2022
A simple to-do list web application built with ES6 and bundled with webpack. Checkout the awesome features it offers.

A To-do List Web Application A simple to-do list with amazing features and a great ux. built using ES6 and npm webpack. Check it out to explore its am

Chia Carlyle 9 Apr 15, 2022
Solana blockchain candy machine app boilerplate on top of Metaplex Candy Machine. NextJS, Tailwind, Anchor, SolanaLabs.React, dev/mainnet automation scripts.

NFT Candy Factory NOTE: This repo will prob only work on unix-based environments. The NFT Candy Factory project is designed to let users fork, customi

Kevin Faveri 261 Dec 30, 2022
Simple scripts for crawling shopee's shop and product information from shopee.vn

Table of Contents About The Project Built With Getting Started Prerequisites Installation Usage License About The Project shopee-crawler is a simple p

Hoàng Kim Minh 5 Dec 13, 2022
Automation scripts I use for my Bitburner gameplay videos.

Bitburner Automation Note: I release a new piece of code when I finish a video segment in the series. If it's a multi-part series, the scripts will no

Chris Rabe 68 Dec 25, 2022
A collection of Javascript scripts running with Alchemy Web3.js, Fetch, or Axios

Alchemy NFT API Javascript Scripts Clone the repo, install dependencies, and try the API out! Clone git clone [email protected]:alchemyplatform/nft-api-j

Alchemy 47 Nov 29, 2022
A tool to document your package.json scripts

why A tool to document your package.json scripts Why why? As your project grows you add more scripts to package.json. When a new member joins the proj

Dragoș Străinu 13 Sep 22, 2022