Created
May 19, 2019 06:48
-
-
Save wildskyf/9dce26c483116dca2bfbbcdffa1a6ede to your computer and use it in GitHub Desktop.
Useful script for pixelfederation
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
// https://portal.pixelfederation.com/en/profile/friendPlayers/me# | |
$('a').toArray().filter( a => $(a).text().trim().includes('Confirm') ).forEach(a => a.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment