I hereby claim:
- I am thinaticsystem on github.
- I am thinaticsystem (https://keybase.io/thinaticsystem) on keybase.
- I have a public key ASBD103sqS37e8GGlSMYfeOCQ0p8rm6Ek7LSBEAQgHY6Iwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### { | |
name: "猫去勢" | |
version: "2" | |
author: "ThinaticSystem" | |
description: "nyaizeを強制解除します" | |
permissions: [] | |
config: {} | |
} | |
@deNyaize(text) { |
/*変数*/ | |
:root { | |
--main-font-color: #C0C0C0;/*1st文字色*/ | |
--sub-font-color: #909090;/*2nd文字色(ちまちました文字)*/ | |
--top-font-color: #E0E0E0;/*上部文字色*/ | |
--link-font-color: #40A0C0;/*クレジットリンク文字色*/ | |
--top-background-color: #2060A0;/*上部背景色*/ | |
--top-border-color: #1070C0;/*上部ボーダー色*/ | |
--left-background-color: #303030;/*左部背景色*/ | |
--right-background-color: #2A2A2A;/*右部背景色*/ |
// !!事前にフォローリストのエクスポートをすることを強く推奨します(備考.md参照)!! | |
// 1. 実行(▶) | |
// 2. 出力された最終ユーザーIDとIDリストをメモ帳とかにコピペ | |
// 3. 「1.」と「2.」を「完了したっぽい」が出るまで繰り返す | |
// 4. script2へ移る | |
#API_LIMIT = 30 | |
#inputStrings = readline( |
### { | |
name: "randomReactor" | |
author: "ThinaticSystem" | |
version: 1 | |
description: "ランダムで絵文字をリアクションするやつ" | |
permissions: ["write:reactions"] | |
config: [] | |
} | |
@react(note) { |
### { | |
name: "クエリリムーバ" | |
author: "@[email protected]" | |
version: 6 | |
description: "投稿フォームに入力された文字列からURLクエリパラメータを除去して投稿します。クエリパラメータを削除したいURLの直後にconfigで指定した末端識別文字列を入れてください。" | |
permissions: [] | |
config: { | |
endStr: { | |
type: "string" | |
label: "末端識別文字列" |
/* 変数 */ | |
:root { | |
--bg: #221; | |
} | |
body, | |
#head, | |
#header-kensaku-box, | |
#header-kensaku-box-left, | |
#header-kensaku-box-right, |
body, #head, #head2, input, #foot { | |
background: #221; | |
} | |
* :not(a) { | |
color: #BBB; | |
} | |
a:link { | |
color: #48F; |