Skip to content

Instantly share code, notes, and snippets.

View jorgejung's full-sized avatar

jorgejung

View GitHub Profile
@jorgejung
jorgejung / run.sh
Created August 15, 2016 22:39 — forked from anonymous/run.sh
#! /bin/bash -
###############################################
########### Settings ###########
###############################################
# mailName+mailDomain == fullMail
mailName="yourmail"
mailDomain="@gmail.com"
@jorgejung
jorgejung / autoverifier.js
Created August 15, 2016 22:38 — forked from sebastienvercammen/Code.gs
Nintendo PTC Account Verifier for Gmail (via Google Scripts)
/*
Automatically click all "Verify your email" links in the welcome e-mail from
Nintendo Pokémon Trainer Club's signup e-mails.
All verified e-mails will be moved to trash unless you set "moveToTrash" to false.
How to use:
1. Login to Gmail
2. Go to https://script.google.com/
3. Enter the code, save, run.