Skip to content

Instantly share code, notes, and snippets.

@hiroxto
Created October 31, 2021 16:32
Show Gist options
  • Save hiroxto/185d1192075e18a1c9c78543cbe89e77 to your computer and use it in GitHub Desktop.
Save hiroxto/185d1192075e18a1c9c78543cbe89e77 to your computer and use it in GitHub Desktop.
PeXからのdポイント交換を100pt単位にして,15%増量を20%増量にする
if (location.href === 'https://pex.jp/exchange/dpoint/new' || location.href === 'https://pex.jp/exchange/dpoint/confirm') {
$('input[type="submit"]').click();
} else {
location.href = 'https://pex.jp/exchange/dpoint/new';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment