ikr7
誰?
→????の会社員
興味のあること
このScrapboxを見てください
論文
連絡先
Signal: ikr7
Discord: ikr7
リンク集
全く見ていない
すべてのコンテンツが削除されている
よく使うアイコン
https://gyazo.com/94511549011456cdaa7771eda200e038
よく使うアイコン2
https://gyazo.com/33757e6438b890ca6d9a3c752f4bf0aa
写真(2019-08)
https://gyazo.com/8480367995112ac483d92530672e9a94
この Scrapbox の草
https://pixe.la/v1/users/ikr7/graphs/scrapbox-updates.svg
https://pixe.la/v1/users/ikr7/graphs/scrapbox-updates.svg?mode=line
以下 UserScript
code:script.js
import('/api/code/ci7lus/tweet2image-upload/script.js');
code:script.js
(() => {
$('#text-input').on('keydown', e => {
if (e.keyCode != 0x09) return true;
if ($('.cursor-line .code-block').length != 0) return true;
if ($('.cursor-line .table-block').length != 0) return true;
if ($('.popup-menu').length != 0) return true;
let keydown = document.createEvent('Events');
keydown.initEvent('keydown', true, true);
keydown.keyCode = e.which = (e.shiftKey ? 37 : 39);
keydown.ctrlKey = true;
$('#text-input')0.dispatchEvent(keydown); return false;
});
})();