Skip to content

Instantly share code, notes, and snippets.

@wildskyf
Created May 19, 2019 06:48
Show Gist options
  • Save wildskyf/9dce26c483116dca2bfbbcdffa1a6ede to your computer and use it in GitHub Desktop.
Save wildskyf/9dce26c483116dca2bfbbcdffa1a6ede to your computer and use it in GitHub Desktop.
Useful script for pixelfederation
// 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