LoginSignup
0
0

More than 5 years have passed since last update.

AdminerのSQLコマンドで日本語を入力するブックマークレットを作った

Posted at

ブックマークレット

javascript:(function(){var a=document.querySelector('pre.sqlarea.jush-sql.jush')||{style:{}};a.style.display='none';var a=document.querySelector('textarea.sqlarea.jush-sql')||{style:{}};a.style.display='';})();

コメント

SQLコマンドで日本語が入力できないので、ひとつの解決策として作りました。ただ、シンタックスは消えてしまいます。

adminer

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0