Skip to content

Instantly share code, notes, and snippets.

@amu-kuroneko
amu-kuroneko / base64.cc
Created September 11, 2018 16:31
Base64
/*******************************
* Base64 *
* $ g++ --std=c++17 base64.cc *
*******************************/
#include <iostream>
#include <string>
#include <memory>
using std::string;
using std::make_unique;
@amu-kuroneko
amu-kuroneko / with_footprint.js
Created March 24, 2018 06:38
with で自動的に足跡をつけるスクリプト
/**
* with にログインした状態でこのスクリプトを実行する
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを選択
* 3. このスクリプトを Copy & Paste して Return キーを入力
*
* WARNING: このスクリプトを回しすぎるとアカウントが BAN される可能性がある
*/
@amu-kuroneko
amu-kuroneko / omiai_footprint.js
Last active January 9, 2023 23:55
omiai で自動的に足跡をつけるスクリプト
/**
* omiai にログインした状態でこのスクリプトを実行する
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを選択
* 3. このスクリプトを Copy & Paste して Return キーを入力
* 動作確認
* * Network タブを選択して、リクエストが増えていたら動作している
*
@amu-kuroneko
amu-kuroneko / zexy_footprint.js
Last active January 26, 2021 03:16
ゼクシィ恋結で自動的に足跡をつけるスクリプト (有料会員時)
/**
* ゼクシィ恋結にログインした状態でこのスクリプトを実行する
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを選択
* 3. このスクリプトを Copy & Paste して Return キーを入力
*
* 条件を指定する場合はスクリプト中の送信しているデータを修正する
*
@amu-kuroneko
amu-kuroneko / pairs_footprint.js
Last active May 7, 2026 14:50
Pairs で自動的に足跡をつけるスクリプト
/* 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 タブを洗濯