7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

デザイン修正を楽にする技を考えてみた

7
Last updated at Posted at 2013-07-10
  • デザイン・文言修正依頼excelファイルにツラツラ書いてて読む気が失せますよね。

  • プログラム側に修正入れる前にコレで修正して確認してもらい、OKならプログラム側に手をいれるというのはどうだろうか。

ブックマークレット

編集開始
javascript:document.body.contentEditable=true; document.designMode=on; void 0;
編集終了
javascript:document.body.contentEditable=false; document.designMode=off; void 0;

viod 0 がないと、IEでページ遷移するので注意。

7
5
2

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
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?