忍者ブログ

Ujiki.oO's NINJA blog

支配下にあるIDを特定し、Aタグを自動的に置き換えてリンクをクールに仕上げよう!

あなたは、気軽にリンク文字をブログ記事に付けて来たと思う。わたしも自由気ままに過去記事へのリンクや関連記事のリンクを適当に配して来ました。それは、それで良い。なのに、この記事では、全自動で「新しいタブで開かないリンク」と「新しいタブで開くリンク」を隣り合わせて配置させようと言う試みです。つまり記事総数が多ければ多い程に過去記事の全て未来の記事の全て自動処理してしまう試みです。

実験検証サンプル

訪問者の判断で、新しいタブや新しいウィンドウで表示させるのか、それとも「このまま表示する」のかを選択できます。益々、「怪しくないブログ」に成長させましょう!ブログを何年も利用して投稿を続けてきたことを考えてみて下さい。過去記事の全てのリンクを手動で入れ替えることを考えてみて下さい。「それは大変!」ですよね。それを自動的に行うツールがコピペで機能するとしたら、あなたはどうしますか?これからブログを始める方にとってはどうでしょうか?「ちまちま手動でリンクを定義」しますか?未来の全ての記事内のリンクも自動的に処理してくれるとしたら、ブログ初心者の方や、ブログの引越しを決意したブログ経験者にとっても、欲しい機能ではありませんか?まずは「私の、あなたのブログで調査する」ソースコードを公開致します。
onload直後に入れ替わります。
  • DISQUS コメント
    オリジナル: <nobr>DISQUS </nobr> <a href="#disqus_thread">コメント</a>
  • WordPress
    オリジナル: <a href="http://fs4y.com/" target="_blank">WordPress</a>
  • WordPress
    オリジナル: <a href="http://fs4y.com/" target="OTHER">WordPress</a>
  • Flickr.com の場合、事前にログイン
    オリジナル: Flickr.com の場合、事前に<a href="https://www.flickr.com/" target="_blank">ログイン</a>
  • 米国ゲーム配信サイトのSteam
    オリジナル: 米国ゲーム配信サイトの<a href="https://store.steampowered.com/" target="_blank"><b>Steam</b></a>
  • ソウル・ケルン(Soul Cairn)
    オリジナル: <a title="Skyrim MAP を表示する" href="https://srmap.uesp.net/?locx=-177219&locy=147389&zoom=13&search=Volkihar&showresults=true" target="MAP">ソウル・ケルン(Soul Cairn)</a>
  • 忘れられた谷(Forgotten Vale)
    オリジナル: <a title="Skyrim MAP を表示する" href="https://srmap.uesp.net/?locx=-184547&locy=74793&zoom=18&search=Forgotten%20Vale&showresults=false" target="MAP">忘れられた谷(Forgotten Vale)</a>
  • ところで、娘となったルシア(Lucia)[養子 - Xbox360/PlayStation3「The Elder Scrolls V:SKYRIM」日本語版wiki
    オリジナル: ところで、娘となったルシア(Lucia)[<a href="//miroir.fs4y.com/?l=https://www38.atwiki.jp/tes5/pages/312.html%23id_8e5ac109&n=http://translate.google.com/translate%3Fhl=en%26sl=ja%26tl=en%26u=https%3A%2F%2Fwww38.atwiki.jp%2Ftes5%2Fpages%2F312.html%23id_8e5ac109%26sandbox=1&p=http://shyana.la.coocan.jp/image_skyrim-j7/skyrim_ce345c.JPG" target="WIKI">養子<font size=1> - Xbox360/PlayStation3「The Elder Scrolls V:SKYRIM」日本語版wiki</font></a>

まずはブログ毎に調査しよう!

調査するタイミングは、「デザイン」(テンプレート)を変更した際に必要だと思います。もちろん異なるブログ毎に調査は必要です。DIVタグによって閉ざされたグループ内のAタグを全自動で変換しますので、どのDIVタグによって閉ざされているかを判断する必要があります。 <div> ・・・・・ </div> の中で定義されたAタグのみを自動的に変換します。どのDIVタグを特定しましょうという調査支援を目的とした記事です。ここに簡単なHTMLコードを配置しました。それは「赤い罫線」です。
<div id="HR2018"><hr color="red" style="height: 100px !important; min-width: 100% !important;color: red !important; background-color: red !important;border-radius: 50px;" /></div> です。

id="HR2018" を包含(内包)するDIVタグをレポートさせます。
あなたのブログの記事にコピペするソースコード
  • CLICK!
ソースコードはここです!

ソースコードをダイレクトに利用してみる

以下のブログでは、前段のソースコードをブログの「追記」にコピー&ペーストして機能しています。ブログにおいて「プレビュー」で確認できたブログです。
  1. MovableType 1
  2. MovableType 2
  3. CoCoLog
  4. Livedoor
  5. FC2 理由不明。「プレビュー」では正常でしたが、「公開」するとデザインが崩壊しました。

一行スクリプト search4divundercontrol-min.js を指定してみる

一部のブログで、記事「一行スクリプト search4divundercontrol-min.js を指定してみる」を投稿しました。配布中のソースコード「10/14/2018 Version:0.2 Released.」と全く等価search4divundercontrol-min.js を「DropBox」と「Evernote」に保存しました。(Evernote:download) 周知の通りDropBoxでは「短時間に多数の接続があると接続を拒絶する」仕様です。その場合はダウンロードを行って自分専用の公開サーバーにアップロードしてご利用願います。以下に記事化して検証しました。 DropBoxを利用した埋め込み用アドレスやダウンロードは以下のブログ記事に掲載しています。
  1. WordPress
  2. WordPress 2
  3. webry.info
  4. ni-moe.com
  5. hamazo.tv
  6. fc2.com
最下段にあります「DISQUS コメント」でレポート中のミラーリングした記事で紹介中のブログにおいて「プレビュー」で確認できたブログは、ここに載せていません 前項「ソースコードをダイレクトに利用してみる」に掲載しています。。「プレビュー」機能が働かなかったブログの対応策です。

調査と検証

前項のソースコードをブログの「追記」にコピー&ペーストさせると、簡易版ですけど、以下の様なレポートを表示します。(以下のレポートは開発中の特殊仕様です)最終的に記事本文を区別するDIVタグのIDかCLASSを指定すると、実際に処理してくれる機能を目指します。異常がないことをチェックしてから、全てのページで機能させます。つまり「下書き」としてブログのオーナーが知ることを目指します。どこかで質問し、誰かのサポートを得たいなら「公開」記事にすることを止めません。「Nice!直行便のその後、Kona Linux 64bit Pro Live DVD での実践とbshスクリプトソースの公開です」記事内の「家を離れた独身の娘さん」を参照しましょう。
flickr

It found 156 div tags.

Move to the end.
  1. id="HeaderBlock" class=""
  2. id="" class="header"
  3. id="" class="headerNav"
  4. id="" class="nav"
  5. id="MainContainer" class=""
  6. id="ArticleBlock" class=""
  7. id="EntryTextBox" class=""
  8. id="" class="entryText"
    • FOUND ID "HR2018" included in the upper <div class="entryText" !
  9. id="" class="entryTextMain"
  10. id="" class="entryPsText"
    • FOUND ID "HR2018" included in the upper <div class="entryPsText" !
    • SPECIAL LINK ! A tag 70
      1. SKIP! <a name="more"
        href=""
        target=""
        style="null">
      2. SKIP! <a name=""
        href="https://twitter.com/share?ref_src=twsrc%5Etfw"
        target=""
        style="height:28px!important;font-weight:500!important;">
      3. SKIP! <a name=""
        href="https://www.facebook.com/sharer.php"
        target="_blank"
        style="null">
      4. SKIP! <a name=""
        href="https://plus.google.com/share"
        target="_blank"
        style="null">
      5. SKIP! <a name="ExperimentVerificationSample"
        href=""
        target=""
        style="null">
      6. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      7. <a name=""
        href="https://ujiki.ni-moe.com/Entry/19#disqus_thread"
        target=""
        style="null">
        <a href="https://ujiki.ni-moe.com/Entry/19#disqus_thread" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      8. <a name=""
        href="http://fs4y.com/"
        target="_blank"
        style="null">
        <a href="http://fs4y.com/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      9. <a name=""
        href="http://fs4y.com/"
        target="OTHER"
        style="null">
        <a href="http://fs4y.com/" target="OTHER" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      10. <a name=""
        href="https://www.flickr.com/"
        target="_blank"
        style="null">
        <a href="https://www.flickr.com/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      11. <a name=""
        href="https://store.steampowered.com/"
        target="_blank"
        style="null">
        <a href="https://store.steampowered.com/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      12. <a name=""
        href="https://srmap.uesp.net/?locx=-177219&locy=147389&zoom=13&search=Volkihar&showresults=true"
        target="MAP"
        style="null">
        <a href="https://srmap.uesp.net/?locx=-177219&locy=147389&zoom=13&search=Volkihar&showresults=true" target="MAP" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      13. <a name=""
        href="https://srmap.uesp.net/?locx=-184547&locy=74793&zoom=18&search=Forgotten%20Vale&showresults=false"
        target="MAP"
        style="null">
        <a href="https://srmap.uesp.net/?locx=-184547&locy=74793&zoom=18&search=Forgotten%20Vale&showresults=false" target="MAP" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      14. <a name=""
        href="https://miroir.fs4y.com/?l=https://www38.atwiki.jp/tes5/pages/312.html%23id_8e5ac109&n=http://translate.google.com/translate%3Fhl=en%26sl=ja%26tl=en%26u=https%3A%2F%2Fwww38.atwiki.jp%2Ftes5%2Fpages%2F312.html%23id_8e5ac109%26sandbox=1&p=http://shyana.la.coocan.jp/image_skyrim-j7/skyrim_ce345c.JPG"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://www38.atwiki.jp/tes5/pages/312.html%23id_8e5ac109&n=http://translate.google.com/translate%3Fhl=en%26sl=ja%26tl=en%26u=https%3A%2F%2Fwww38.atwiki.jp%2Ftes5%2Fpages%2F312.html%23id_8e5ac109%26sandbox=1&p=http://shyana.la.coocan.jp/image_skyrim-j7/skyrim_ce345c.JPG" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      15. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      16. SKIP! <a name="SourceCode"
        href=""
        target=""
        style="null">
      17. SKIP! <a name=""
        href="javascript:void(0);"
        target=""
        style="null">
      18. <a name=""
        href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      19. <a name=""
        href="http://mt.fs4y.com/mt/javascript/Search4DivUnderControl-Source.html"
        target="_blank"
        style="null">
        <a href="http://mt.fs4y.com/mt/javascript/Search4DivUnderControl-Source.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      20. <a name=""
        href="http://myhp.s500.xrea.com/mt2018/allmyblogso-netnejp/javascript/Search4DivUnderControl-Source.html"
        target="_blank"
        style="null">
        <a href="http://myhp.s500.xrea.com/mt2018/allmyblogso-netnejp/javascript/Search4DivUnderControl-Source.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      21. <a name=""
        href="http://create2014.cocolog-nifty.com/blog/2018/10/post-e4e2.html"
        target="_blank"
        style="null">
        <a href="http://create2014.cocolog-nifty.com/blog/2018/10/post-e4e2.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      22. <a name=""
        href="http://ujiki.blog.jp/Search4DivUnderControl-Source"
        target="_blank"
        style="null">
        <a href="http://ujiki.blog.jp/Search4DivUnderControl-Source" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      23. <a name=""
        href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      24. <a name=""
        href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/Dropbox&n=https://en.wikipedia.org/wiki/Dropbox_(service)&p=https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Dropbox_logo_2017.svg/220px-Dropbox_logo_2017.svg.png"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/Dropbox&n=https://en.wikipedia.org/wiki/Dropbox_(service)&p=https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Dropbox_logo_2017.svg/220px-Dropbox_logo_2017.svg.png" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      25. <a name=""
        href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/Evernote&n=https://en.wikipedia.org/wiki/Evernote&p=https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Evernote.svg/220px-Evernote.svg.png"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/Evernote&n=https://en.wikipedia.org/wiki/Evernote&p=https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Evernote.svg/220px-Evernote.svg.png" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      26. <a name=""
        href="https://www.evernote.com/shard/s149/res/fd23ab4c-c6ab-4573-8c9b-2d605da316fc"
        target=""
        style="null">
        <a href="https://www.evernote.com/shard/s149/res/fd23ab4c-c6ab-4573-8c9b-2d605da316fc" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      27. <a name=""
        href="http://fs4y.com/search4divundercontrol-min/#post-1077"
        target="_blank"
        style="null">
        <a href="http://fs4y.com/search4divundercontrol-min/#post-1077" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      28. <a name=""
        href="http://wordpress.fs4y.com/search4divundercontrol-min/#post-611"
        target="_blank"
        style="null">
        <a href="http://wordpress.fs4y.com/search4divundercontrol-min/#post-611" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      29. <a name=""
        href="https://disqus.at.webry.info/201810/article_2.html"
        target="_blank"
        style="null">
        <a href="https://disqus.at.webry.info/201810/article_2.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      30. <a name=""
        href="http://ujiki.ni-moe.com/Entry/21/"
        target="_blank"
        style="null">
        <a href="http://ujiki.ni-moe.com/Entry/21/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      31. <a name=""
        href="http://ujiki.hamazo.tv/e8211330.html"
        target="_blank"
        style="null">
        <a href="http://ujiki.hamazo.tv/e8211330.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      32. <a name=""
        href="http://create2014.blog.fc2.com/blog-entry-483.html"
        target="_blank"
        style="null">
        <a href="http://create2014.blog.fc2.com/blog-entry-483.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      33. <a name=""
        href="https://ujiki.ni-moe.com/Entry/19#disqus_thread"
        target=""
        style="null">
        <a href="https://ujiki.ni-moe.com/Entry/19#disqus_thread" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      34. <a name=""
        href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg"
        target="WIKI"
        style="null">
        <a href="https://miroir.fs4y.com/?l=https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC&n=https://en.wikipedia.org/wiki/Preview_(computing)&p=https://thepreviewapp.com/wp-content/uploads/2017/05/preview-instagram-feed-app-logo.jpg" target="WIKI" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      35. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      36. <a name=""
        href="https://motpresse.fs4y.com/plusminus-sh/#post-223"
        target="_blank"
        style="null">
        <a href="https://motpresse.fs4y.com/plusminus-sh/#post-223" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      37. <a name="https://www.flickr.com/photos/jbuk_planet/27361709323/in/dateposted/"
        href="https://www.flickr.com/photos/jbuk_planet/27361709323/in/dateposted/"
        target="_blank"
        style="null">
        <a href="https://www.flickr.com/photos/jbuk_planet/27361709323/in/dateposted/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      38. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      39. <a name=""
        href="https://www.tumblr.com/search/mp4"
        target=""
        style="null">
        <a href="https://www.tumblr.com/search/mp4" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      40. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      41. <a name=""
        href="http://fs4y.com/"
        target="_blank"
        style="null">
        <a href="http://fs4y.com/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      42. <a name=""
        href="http://www.andersnoren.se/teman/"
        target="_blank"
        style="null">
        <a href="http://www.andersnoren.se/teman/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      43. <a name=""
        href="http://wordpress.fs4y.com/search4divundercontrol/#post-606"
        target="_blank"
        style="null">
        <a href="http://wordpress.fs4y.com/search4divundercontrol/#post-606" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      44. <a name=""
        href="https://ja.wordpress.org/themes/"
        target="_blank"
        style="null">
        <a href="https://ja.wordpress.org/themes/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      45. <a name=""
        href="http://mt.fs4y.com/mt/javascript/Search4DivUnderControl.html"
        target="_blank"
        style="null">
        <a href="http://mt.fs4y.com/mt/javascript/Search4DivUnderControl.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      46. <a name=""
        href="http://myhp.s500.xrea.com/mt2018/allmyblogso-netnejp/%20target="
        target=""
        style="null">
        <a href="http://myhp.s500.xrea.com/mt2018/allmyblogso-netnejp/%20target=" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      47. <a name=""
        href="http://create2014.cocolog-nifty.com/blog/2018/10/ida-c747.html"
        target="_blank"
        style="null">
        <a href="http://create2014.cocolog-nifty.com/blog/2018/10/ida-c747.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      48. <a name=""
        href="http://create2014.blog.fc2.com/blog-entry-481.html"
        target="_blank"
        style="null">
        <a href="http://create2014.blog.fc2.com/blog-entry-481.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      49. <a name=""
        href="http://ujiki.hamazo.tv/e8206848.html"
        target="_blank"
        style="null">
        <a href="http://ujiki.hamazo.tv/e8206848.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      50. <a name=""
        href="http://ujiki.blog.jp/Search4DivUnderControl"
        target="_blank"
        style="null">
        <a href="http://ujiki.blog.jp/Search4DivUnderControl" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      51. <a name=""
        href="https://disqus.at.webry.info/201810/article_1.html"
        target="_blank"
        style="null">
        <a href="https://disqus.at.webry.info/201810/article_1.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      52. <a name=""
        href="http://ujiki.ni-moe.com/Entry/19/"
        target="_blank"
        style="null">
        <a href="http://ujiki.ni-moe.com/Entry/19/" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      53. <a name=""
        href="http://ujiki-oo.seesaa.net/article/Search4DivUnderControl.html"
        target="_blank"
        style="null">
        <a href="http://ujiki-oo.seesaa.net/article/Search4DivUnderControl.html" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      54. <a name=""
        href="https://www.tumblr.com/search/mp4"
        target=""
        style="null">
        <a href="https://www.tumblr.com/search/mp4" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      55. <a name=""
        href="https://goo.gl/sp5X4J"
        target="_blank"
        style="null">
        <a href="https://goo.gl/sp5X4J" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      56. <a name=""
        href="https://ujiki.ni-moe.com/Entry/19#GoodBlogsAndUnavailableBlogs"
        target=""
        style="null">
        <a href="https://ujiki.ni-moe.com/Entry/19#GoodBlogsAndUnavailableBlogs" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      57. <a name=""
        href="http://fs4y.com/goodbyeso-net201807/#post-678"
        target="_blank"
        style="null">
        <a href="http://fs4y.com/goodbyeso-net201807/#post-678" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      58. <a name=""
        href="https://ujiki.ni-moe.com/Entry/19#disqus_thread"
        target=""
        style="null">
        <a href="https://ujiki.ni-moe.com/Entry/19#disqus_thread" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      59. SKIP! <a name="NeedSupport"
        href=""
        target=""
        style="null">
      60. SKIP! <a name="NeedSupport"
        href=""
        target=""
        style="null">
      61. SKIP! <a name=""
        href="javascript:void(0);"
        target=""
        style="null">
      62. SKIP! <a name=""
        href="javascript:void(0);"
        target=""
        style="null">
      63. SKIP! <a name=""
        href="javascript:void(0);"
        target=""
        style="null">
      64. SKIP! <a name="AliveButlersAndaDeadMan"
        href=""
        target=""
        style="null">
      65. SKIP! <a name="disqus_thread"
        href=""
        target=""
        style="null">
      66. SKIP! <a name="disqus_thread"
        href=""
        target=""
        style="null">
      67. SKIP! <a name=""
        href="https://ujiki.ni-moe.com/Entry/19#google_translate_element"
        target=""
        style="null">
      68. <a name=""
        href="http://fs4y.com/disqus/#post-946"
        target="_blank"
        style="null">
        <a href="http://fs4y.com/disqus/#post-946" target="_blank" title="新タブで開く"><img src="//miroir.fs4y.com/motpressevotrespac/Favicon/NewTab/NewTab.gif" border="0" alt="" style="margin:0 10px 0 5px;border:0;padding:0;position:relative;top:3px" /></a>
      69. SKIP! <a name="GoodBlogsAndUnavailableBlogs"
        href=""
        target=""
        style="null">
      70. SKIP! <a name=""
        href="javascript:{alert('You are do CLICK done already!\n\n%E3%81%82%E3%81%AA%E3%81%9F%E3%81%AF%E6%97%A2%E3%81%AB%E3%82%AF%E3%83%AA%E3%83%83%E3%82%AF%E3%81%97%E3%81%A6%E3%81%84%E3%81%BE%E3%81%99%EF%BC%81')}"
        target=""
        style="null">
  11. id="HR2018" class=""
  12. id="Result2018" class=""
  13. id="" class="elm2018 elm2008A elm2008C"
  14. id="disqus_thread" class="translate"
  15. id="" class="NinjaEntryCommercial"
  16. id="asumi-frame-425-1794" class=""
  17. id="asumi-frame-92-3306" class=""
  18. id="CommentBlock" class="section"
  19. id="" class="aside"
  20. id="" class="aside pluginBlock"
  21. id="" class="section plugin"
  22. id="" class="pluginBody"
  23. id="" class="PluginContents"
  24. id="google_translate_element" class=""
  25. id="" class="section plugin"
  26. id="" class="pluginBody"
  27. id="" class="PluginContents"
  28. id="" class="plugin_data"
  29. id="" class="plugin_data"
  30. id="" class="plugin_data"
  31. id="" class="plugin_data"
  32. id="" class="plugin_data"
  33. id="" class="plugin_data"
  34. id="" class="plugin_data"
  35. id="" class="plugin_data"
  36. id="" class="plugin_data"
  37. id="" class="plugin_data"
  38. id="" class="plugin_data"
  39. id="" class="plugin_data"
  40. id="" class="plugin_data"
  41. id="" class="plugin_data"
  42. id="" class="plugin_data"
  43. id="" class="plugin_data"
  44. id="" class="plugin_data"
  45. id="" class="plugin_data"
  46. id="" class="plugin_data"
  47. id="" class="plugin_data"
  48. id="" class="plugin_data"
  49. id="" class="plugin_data"
  50. id="" class="plugin_data"
  51. id="" class="plugin_data"
  52. id="" class="plugin_data"
  53. id="" class="plugin_data"
  54. id="" class="plugin_data"
  55. id="" class="plugin_data"
  56. id="" class="plugin_data"
  57. id="" class="plugin_data"
  58. id="" class="plugin_data"
  59. id="" class="plugin_data"
  60. id="" class="plugin_data"
  61. id="" class="plugin_data"
  62. id="" class="plugin_data"
  63. id="" class="plugin_data"
  64. id="" class="plugin_data"
  65. id="" class="plugin_data"
  66. id="" class="plugin_data"
  67. id="" class="plugin_data"
  68. id="" class="plugin_data"
  69. id="" class="plugin_data"
  70. id="" class="plugin_data"
  71. id="" class="plugin_data"
  72. id="" class="plugin_data"
  73. id="" class="plugin_data"
  74. id="" class="plugin_data"
  75. id="" class="plugin_data"
  76. id="" class="plugin_data"
  77. id="" class="plugin_data"
  78. id="" class="plugin_data"
  79. id="" class="plugin_data"
  80. id="" class="plugin_data"
  81. id="" class="plugin_data"
  82. id="" class="plugin_data"
  83. id="" class="plugin_data"
  84. id="" class="plugin_data"
  85. id="" class="plugin_data"
  86. id="" class="plugin_data"
  87. id="" class="plugin_data"
  88. id="" class="plugin_data"
  89. id="" class="plugin_data"
  90. id="" class="plugin_data"
  91. id="" class="plugin_data"
  92. id="" class="plugin_data"
  93. id="" class="plugin_data"
  94. id="" class="plugin_data"
  95. id="" class="plugin_data"
  96. id="" class="plugin_data"
  97. id="" class="plugin_data"
  98. id="" class="plugin_data"
  99. id="" class="plugin_data"
  100. id="" class="plugin_data"
  101. id="" class="plugin_data"
  102. id="" class="plugin_data"
  103. id="" class="plugin_data"
  104. id="" class="plugin_data"
  105. id="" class="plugin_data"
  106. id="" class="plugin_data"
  107. id="" class="plugin_data"
  108. id="" class="plugin_data"
  109. id="" class="plugin_data"
  110. id="" class="plugin_data"
  111. id="" class="plugin_data"
  112. id="" class="plugin_data"
  113. id="" class="plugin_data"
  114. id="" class="plugin_data"
  115. id="" class="plugin_data"
  116. id="" class="plugin_data"
  117. id="" class="plugin_data"
  118. id="" class="plugin_data"
  119. id="" class="plugin_data"
  120. id="" class="plugin_data"
  121. id="" class="plugin_data"
  122. id="" class="plugin_data"
  123. id="" class="plugin_data"
  124. id="" class="plugin_data"
  125. id="" class="plugin_data"
  126. id="" class="plugin_data"
  127. id="" class="plugin_data"
  128. id="" class="section plugin"
  129. id="" class="pluginBody"
  130. id="" class="PluginContents"
  131. id="" class="plugin_data"
  132. id="" class="plugin_data"
  133. id="" class="plugin_data"
  134. id="" class="plugin_data"
  135. id="" class="section plugin"
  136. id="" class="pluginBody"
  137. id="" class="PluginContents"
  138. id="" class="plugin_data"
  139. id="" class="plugin_data"
  140. id="" class="plugin_data"
  141. id="" class="section plugin"
  142. id="" class="pluginBody"
  143. id="" class="PluginContents"
  144. id="" class="css3droppanel"
  145. id="" class="content2018"
  146. id="asumi-frame-75-2376" class=""
  147. id="" class="section plugin"
  148. id="" class="pluginBody"
  149. id="" class="PluginContents"
  150. id="" class="aside"
  151. id="FooterBlock" class="footer"
  152. id="" class="asumi_ad_frame"
  153. id="asumi-frame-184-737" class=""
  154. id="topcontrol" class=""
Move to the top.
tumblr

投稿記事を配下にするIDを調べる

記事毎に変動することなく、記事に関係なく固定で定義されるID名を調べましょう。CLASS名しか無いかも知れません。あくまでも「私のブログ」での調査結果です。テーマによって、あるいはスタイルによって変化すると感じます。
WordPress 1 Lovecraft
div class="post-content" ?
WordPress 2 Twenty Sixteen
div class="content-area" class="entry-content" ?
MovableType 1
div id="individual-main" ?
MovableType 2
div id="individual-main" ?
CoCo
div class="body" class="entry-content" ?
FC2
div class="entry_body" ?
ハマゾウ
div id="content" class="ssp_body_more" ?
livedoor
div id="main-inner" ?
BIGLOBE
div id="blog" ?
忍者
div id="ArticleBlock" class="entryPsText" ?
SeeSaa
div class="text" ?

機能しないブログは断念します!

tumblr
最下段のレポート良いブログと利用できないブログ」をご覧願います。 JavaScript が機能しないブログでは残念ながら利用不能です! JavaScriptを投稿記事内で利用可能で、「速くて」+「早い」+「サクサク表示して」+「直ぐに表示が完了する」ブログに移転しましょう! So-netプロバイダーとの契約の縛りが終わる時期に近付いている方は、記事「So-net ブログは movabletype のデーター交換フォーマットをサポートしているから、 movabletype に移動しよう!」をご覧ください。不完全なデーターを完全で便利なデーターに変換させるbashスクリプトを公開中です。

次の記事

異なるブログを含めて、統合化処理を行うための速度優先の JavaScript をご案内します。 この記事のDISQUSコメント・システムで案内しますので、DISQUSコメント欄の最下段の左隅の「更新を受取る」をクリックしますと、リアルタイムにメールが届きます。改訂の案内も「DISQUSコメント」で行います!

サポートが必要ですか?


Support AIt's free and fastSupport BIt's free and fastSupport CIt's free and fast

「無料サポート」に興味があれば
上の丸ボタンをクリック願います。
サーバーから9kbを受信しますのでお待ち願います。


※ 記事本文は別サーバーから JavaScriptファイルとして配信しており、配信元のサーバーにおける JavaScriptファイル(YUICOMPRESSOR済み)も、実際にあなたのブログが受信する gzip圧縮済みの JavaScriptファイルも、30日間のキャッシュ流用を定義していますので、特にご質問の前にブラウザーのキャッシュを削除してから、再度のご訪問と閲覧をお願い致します。
※ DISQUSについては別管理ですので、毎回、最新のDISQUSを表示できています。 但し、ご自分のDISQUSコメントを編集した直後に編集後の内容に至らない場合がありますが、DISQUS表示の上部にある「あなたの言語でDISQUSメニューを再表示する!」をクリックしますと最新の状況を表示致します。 宜しくご理解願います。
※ どれだけ待ってもDISQUSが表示されない場合は「広告ブロック」機能を切ってみて下さい。
Google Translator.

良いブログと利用できないブログ


  • CLICK!
PR

コメント

ただいまコメントを受けつけておりません。

Google Transfer

It's DISQUS

カテゴリー

Thanks! at Our Disqus

過去のDISQUSコメント履歴を表示したければ下矢印をクリック願います。 閉じる

忍者おまとめボタン

フリーエリア