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
| /******************************* | |
| * Base64 * | |
| * $ g++ --std=c++17 base64.cc * | |
| *******************************/ | |
| #include <iostream> | |
| #include <string> | |
| #include <memory> | |
| using std::string; | |
| using std::make_unique; |
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
| /** | |
| * with にログインした状態でこのスクリプトを実行する | |
| * | |
| * e.g. Google Chrome | |
| * 1. 開発者ウィンドウを開く (Command + Option + i) | |
| * 2. Console タブを選択 | |
| * 3. このスクリプトを Copy & Paste して Return キーを入力 | |
| * | |
| * WARNING: このスクリプトを回しすぎるとアカウントが BAN される可能性がある | |
| */ |
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
| /** | |
| * omiai にログインした状態でこのスクリプトを実行する | |
| * | |
| * e.g. Google Chrome | |
| * 1. 開発者ウィンドウを開く (Command + Option + i) | |
| * 2. Console タブを選択 | |
| * 3. このスクリプトを Copy & Paste して Return キーを入力 | |
| * 動作確認 | |
| * * Network タブを選択して、リクエストが増えていたら動作している | |
| * |
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
| /** | |
| * ゼクシィ恋結にログインした状態でこのスクリプトを実行する | |
| * | |
| * e.g. Google Chrome | |
| * 1. 開発者ウィンドウを開く (Command + Option + i) | |
| * 2. Console タブを選択 | |
| * 3. このスクリプトを Copy & Paste して Return キーを入力 | |
| * | |
| * 条件を指定する場合はスクリプト中の送信しているデータを修正する | |
| * |
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
| /* global $: false */ | |
| /** | |
| * Pairs にログインした状態でこのスクリプトを実行する | |
| * - Search API: Ver.2.0 | |
| * - User API: Ver.1.0 | |
| * - Visitor API: Ver.1.0 | |
| * | |
| * e.g. Google Chrome | |
| * 1. 開発者ウィンドウを開く (Command + Option + i) | |
| * 2. Console タブを洗濯 |