This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash - | |
| ############################################### | |
| ########### Settings ########### | |
| ############################################### | |
| # mailName+mailDomain == fullMail | |
| mailName="yourmail" | |
| mailDomain="@gmail.com" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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. |