in:title,body,commet
author:ユーザー名
<div>
<div>
<div class="other_one"></div>
<div class="other_one"></div>
<div class="other_one"></div>
<div class="important"></div>
<div class="other_one"></div>
<div class="other_one"></div>
javascript:location.href='https://translate.google.com/translate?sl=auto&tl=ja&u='+location.hrefjavascript:(function() {
// 各ページのリンクを取得してリンクごとに改行した状態で文字列として取得
var res = [...document.querySelectorAll('a.lillie')].map(elem => elem.href).join('\n');
// コピーするためにtextareaを生成
var textarea = document.createElement('textarea');