-o amiko 単数主格 友人
-oj amikoj 複数主格 友人達
-on amikon 単数対格 友人を
-ojn amikojn 複数対格 友人達を
Mi havas komputilon 私はコンピュータを持っています
-a bona amiko 単数主格 良い友人
// ==UserScript== | |
// @name danbooru dl support | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author karubabu | |
// @match https://*/post/show/* | |
// @grant GM_download | |
// @grant GM_notification | |
// ==/UserScript== |
// ==UserScript== | |
// @name Mastodon - Open post link in WebUI | |
// @description Click fa-comment just before URLs in posts, then it shows linked page in WebUI | |
// @namespace https://github.com/unarist/ | |
// @downloadURL https://gist.github.com/unarist/9bed2c719f42853b9588104e6fdb0a20/raw/mastodon-open-link-in-webui.user.js | |
// @version 0.2 | |
// @author unarist | |
// @match https://*/web/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name danbooru dl support | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author karubabu | |
// @match https://*/post/show/* | |
// @grant none | |
// ==/UserScript== |
-o amiko 単数主格 友人
-oj amikoj 複数主格 友人達
-on amikon 単数対格 友人を
-ojn amikojn 複数対格 友人達を
Mi havas komputilon 私はコンピュータを持っています
-a bona amiko 単数主格 良い友人
keycode 8 = | |
keycode 10 = 1 exclam | |
keycode 11 = 2 at at | |
keycode 12 = 3 numbersign | |
keycode 13 = 4 dollar dollar | |
keycode 14 = 5 percent | |
keycode 15 = 6 asciicircum | |
keycode 16 = 7 ampersand braceleft | |
keycode 17 = 8 asterisk bracketleft | |
keycode 18 = 9 parenleft bracketright |
// ==UserScript== | |
// @name T/U box | |
// @description w/ "{title} {url}" format. easy copyable title/url box; click to copy, double-click outer to close | |
// @include http://* | |
// @include https://* | |
// @grant GM_registerMenuCommand | |
// ==/UserScript== | |
/* | |
* @title T/U box |
--- SKK-JISYO.mahjong 2017-09-25 23:44:39.168451239 +0900 | |
+++ SKK-JISYO-new.mahjong 2017-09-25 23:43:54.321782943 +0900 | |
@@ -1,5 +1,19 @@ | |
;;; -*- coding: utf-8 -*- | |
;; okuri-ari entries. | |
+つもt /自摸;[麻雀]/ | |
+つもt /ツモ;[麻雀]/ | |
+つもr /自摸;[麻雀]/ | |
+つもr /ツモ;[麻雀]/ | |
+あんこt /暗刻;[麻雀]/ |
*** SKK-JISYO.mahjong 2017-09-23 23:40:44.398832446 +0900 | |
--- SKK-JISYO-new.mahjong 2017-09-23 23:43:31.818838527 +0900 | |
*************** | |
*** 1,3 **** | |
--- 1,6 ---- | |
+ ;;; -*- coding: utf-8 -*- | |
+ ;; okuri-ari entries. | |
+ ;; okuri-nasi entries. | |
やくまん /役満;[麻雀]/ | |
さんばいまん /三倍満;[麻雀]/ |
announcements.js:91 Uncaught (in promise) TypeError: e.entrySeq is not a function | |
at t.render (announcements.js:91) | |
at l._renderValidatedComponentWithoutOwnerOrContext (ReactCompositeComponent.js:798) | |
at l._renderValidatedComponent (ReactCompositeComponent.js:821) | |
at l._updateRenderedComponent (ReactCompositeComponent.js:745) | |
at l._performComponentUpdate (ReactCompositeComponent.js:723) | |
at l.updateComponent (ReactCompositeComponent.js:644) | |
at l.performUpdateIfNecessary (ReactCompositeComponent.js:560) | |
at Object.performUpdateIfNecessary (ReactReconciler.js:156) | |
at u (ReactUpdates.js:150) |
// ==UserScript== | |
// @name T/U box | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1.4 | |
// @description w/ "{title} {url}" format. easy copyable title/url box; click to copy, double-click outer to close | |
// @author read below comment | |
// @include http://* | |
// @include https://* | |
// @grant GM_registerMenuCommand | |
// @grant GM_setClipboard |