]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Fri, 13 Sep 2019 04:36:38 +0000 (13:36 +0900)
committerPHO <pho@cielonegro.org>
Fri, 13 Sep 2019 04:36:38 +0000 (13:36 +0900)
dot-files/_config/tridactyl/tridactylrc

index b2566035dfbd4a5d367907edb083d037051f58df..c3524a8e974c8915c1c4e7e3655bc6cc8b03410b 100644 (file)
@@ -61,7 +61,7 @@ bind <C-x><C-j> fillcmdline mcjira
 
 " Memories of multi_requester
 unbind m
-command alc js -p let uri='https://eow.alc.co.jp/search?q=' + JS_ARG; if (document.location.hostname == 'eow.alc.co.jp') { tri.excmds.open(uri); } else { tri.excmds.tabopen(uri); }
+command alc js -p let query=(JS_ARG == '' ? window.prompt('Query') : JS_ARG); if (query !== null) { let uri='https://eow.alc.co.jp/search?q=' + encodeURIComponent(query); if (document.location.hostname == 'eow.alc.co.jp') { tri.excmds.open(uri); } else { tri.excmds.tabopen(uri); } }
 bind ma fillcmdline alc
 
 " Quick marks