sk6cleine
#member
Lucifer≪Restrained Fallen Angel≫
kos or KaaS
で迷っている
後者は説明しにくいからkosを使いたいけど
ID的には使いにくいよなぁ(サービスで誰かが使っていがち)
結局、sk6にすることに。本名的にも使いやすいし!
https://gyazo.com/d2f4f73f5523ddef941e0bb1f19c5883
https://gyazo.com/ef6d473db15d8edf6b1dd862d57c979e
組み合わせ升だったっけかな、、
https://gyazo.com/027b956acd31c6f3799d4080b4a5b4ec
https://gyazo.com/4937276b0ab2883232b5690710b6200d
一重亀甲×六方亀甲形の組み合わせで作ったやつ
六角形
Turtlehex
っていう造語をくれたかっこよこ
それを日本語にして亀六、これでいこう。
https://gyazo.com/ed1c1138bcd4dfb3f42f1725a636f29b
https://gyazo.com/2128742401a9f51da00ca0e7beb2da87
https://gyazo.com/389fe823f04af2aa3cd19a8b225289ff
https://gyazo.com/0a89398255c03b063ad79f049683e9ac
https://gyazo.com/c8f1fc49e2bb11c612dcf5534ad034e1
https://gyazo.com/2128742401a9f51da00ca0e7beb2da87
10年くらい使い続けた名前をやめて新しくした名前
でももうなんも変化ないしやめたい
人生を。
名前どうしよう
Aeshmaのほうにした
Profileページ
MBTIの履歴
https://gyazo.com/0c2b64a78a18907cb132069c86e97235
これの翻訳が欲しいので作る
https://gyazo.com/50de6caf58e44a38963655e5b399587b
あってる?これの解説してほしいなぁ
I(意識)
じぶんを可視化する試み
github
https://github.com/k-p5w?tab=repositories
使い方
以下のUserCSSとUserScriptを自分のページに貼ると使えます
ページメニューから計算できるようにするやつ
[% 数式 = 0] ⇒ 数式 = 0
code:style.css
.deco-\% {
color: #111;
background-color: #fcb;
padding: 0.1em 0.2em 0.1em 0.2em;
}
javascript - Can I disable ECMAscript strict mode for specific functions? - Stack Overflow の方法 を利用
code:script.js
scrapbox.PageMenu.addItem({
title: () => {
if (!scrapbox.Page.lines) return
const chars = scrapbox.Page.lines.map(line => line.text.length).reduce((a,b) => a + b)
const words = scrapbox.Page.lines.map(line => line.text.split(/\s+/).length).reduce((a,b) => a + b)
return ${chars}文字 ${words}単語 ${scrapbox.Page.lines.length}行
},
onClick: () => null
})
//計算
function strict(){
const commands = [];
let count = 0;
for(let expr of document.querySelectorAll('.deco-\\%')){
const text = expr.innerText;
if(text.match(/=/)){
// 全角 [ を半角 [ にする
commands.push(decodeURI(text.replace(/[/g,'').replace(/]/g,'')) + ';');
}
else {
let processed = false;
for(let e of expr.children){
let id = scrapcalc_element_id_${count};
e.id = id;
if(processed){
commands.push(document.getElementById("${id}").innerHTML = "";);
}
else {
processed = true;
commands.push(document.getElementById("${id}").innerHTML = "<span style='font-style:italic;font-weight:bold;'>"+(${decodeURI(text.replace(/[/g,'[').replace(/]/g,']'))})+"</span>";);
}
count += 1;
}
}
}
return commands.join("\n");
}
//メニューに追加
scrapbox.PageMenu.addMenu({
title: 'ScrapCalc',
image: 'https://gyazo.com/5441ee8eb0bf51650a91751e48669c21/thumb/48',
onClick: () => {
const sneaky = Function((() => {${strict()}})(););
sneaky();
},
});
以下のようにするとショートカットキー(Ctrl-C)で呼び出せる
code:script.js
document.addEventListener('keypress', e => {
if (e.key == 'c' && e.ctrlKey){
const sneaky = Function((() => {${strict()}})(););
sneaky();
}
})
scrapboxのフィルタリング
code:style.css
.page-list-itemdata-page-title="settings!",
.page-list-itemdata-page-title="koss"
{display: none !important;}
おー、ホントに消えた!
settings消すと便利設定も消える?
違った個人の方だ。。
https://gyazo.com/63744ae4f710a884aa425fff69a9dd2d
このプロジェクト向けのロゴ作ってみよ!って作ったやつ
フォントはマキナスsquare
緑は、
$ #0e6f20