0
0

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.

ハングアウトの全チャット履歴の保存方法

Posted at

ハングアウトのバックアップを取っておきたいと思ったが、意外と苦戦したのでメモ

やり方

①スクリーンショットを取得したい会話を開く
②ポップアップ表示にしてハングアウトだけのウィンドウにする
③chromeの開発ツールのコンソールで下記を実行する

$("div.hh div.Ff").setAttribute("style", "display:none")
$("div.fcpPib div.Ff").setAttribute("style", "display:none")

④スクリーンショットを取得したい箇所まで遡る
⑤FireShotの右クリックでウェブページ全体のスクリーンショットを取得する
⑥FireShotの画面から保存する

苦労したところ

問題点

そのままFireShotでスクリーンショット取得すると、
自動でスクロール中にハングアウトのヘッダ部分が真っ白くなってしまい一部が見えなくなってしまう

解決方法

ハングアウトのヘッダ部分を一時的に隠すことにした

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?