Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name ポケセン自動マネージャー v15.12
// @namespace http://tampermonkey.net/
// @version 15.12
// @description 人間の入力速度と挙動を模倣したブラウザ操作版
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ポケセン カナ・ローマ字変換マップ
const kanaToRomajiMap = {
'ア': 'A', 'イ': 'I', 'ウ': 'U', 'エ': 'E', 'オ': 'O',
'カ': 'KA', 'キ': 'KI', 'ク': 'KU', 'ケ': 'KE', 'コ': 'KO',
'サ': 'SA', 'シ': 'SHI', 'ス': 'SU', 'セ': 'SE', 'ソ': 'SO',
'タ': 'TA', 'チ': 'CHI', 'ツ': 'TSU', 'テ': 'TE', 'ト': 'TO',
'ナ': 'NA', 'ニ': 'NI', 'ヌ': 'NU', 'ネ': 'NE', 'ノ': 'NO',
'ハ': 'HA', 'ヒ': 'HI', 'フ': 'FU', 'ヘ': 'HE', 'ホ': 'HO',
'マ': 'MA', 'ミ': 'MI', 'ム': 'MU', 'メ': 'ME', 'モ': 'MO',
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v14.01 (修正版)
// @namespace http://tampermonkey.net/
// @version 14.01
// @description クリアボタン後のアップロードボタン表示不良を修正
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v12.40 (エラー修正・完全統合版)
// @namespace http://tampermonkey.net/
// @version 12.40
// @description 構文エラーを解消し、URLハッシュ(#)付与とEnter再現を統合。1行の省略もなし。
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name ポケセン自動マネージャー v12.30 (URLハッシュ+Enter完全版)
// @namespace http://tampermonkey.net/
// @version 12.30
// @description ログインボタン実行時にURL末尾に#を付与し、Enterキーを完全再現する統合版。
// @author You
// @match https://www.pokemoncenter-online.com/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue