Skip to content

Instantly share code, notes, and snippets.

@echo off
set ffxiv_base_dir=[FFXIV_CONFIG_DIR]
set ffxiv_original_user=[ORIGINAL_USER_ID]
echo ORIGINAL: %ffxiv_original_user%
SET ffxiv_copy_to_user=
set /p ffxiv_copy_to_user="USER_ID: "
if %ffxiv_copy_to_user% == %ffxiv_original_user% (
echo "Not Copy Allowed Original User"
exit /b -1
@Ruruke
Ruruke / pc.css
Last active November 25, 2023 12:23
misskey-my-custom-css.css
/*
* Font カスタマイズ
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://cdn.ruruke.dev/misskey/css/c.css');
* {
font-family: 'M PLUS 1p', sans-serif;
}
@Ruruke
Ruruke / 全てに濁点をつける何か
Last active February 22, 2024 10:03
Misskeyのプラグインです。
/// @ 0.12.4
### {
name: "全てに濁点をつける何か"
version: "0.0.2"
author: "るる"
description: "初めてのプラグインだからガバガバだと思う…"
}
@convert(str){
@Ruruke
Ruruke / gist:5b8f0ec9286fe8ff0ee6588f527ba898
Created July 5, 2023 08:22
Misskeyのプラグインの個人用のメモ
///@ 0.12.4
### {
name: "test"
version: "1.0.0"
author: "ruru"
description: "Test Plugin"
}
// ユーザーページの・・・のところ
Plugin:register_user_action("UserMenu", @(form update) {