dアニメ視聴投稿

    
      
  • /*
     * @title dアニメ視聴投稿
     * @description PCからも「視聴しました!」ツイートができたらいいなと思い作成しました.
     * @include https://animestore.docomo.ne.jp/
     */
    
    
    javascript: (    function () {    var backInfo = document.getElementById("backInfo");    var backInfoTxt1_element = backInfo.querySelector(".backInfoTxt1");    var backInfoTxt2_element = backInfo.querySelector(".backInfoTxt2");    var backInfoTxt3_element = backInfo.querySelector(".backInfoTxt3");    window.open(            "https://twitter.com/intent/tweet?url=https://animestore.docomo.ne.jp/animestore/cd" + encodeURIComponent(location.search) + "&text=" + encodeURIComponent(backInfoTxt1_element.textContent)+ " " + encodeURIComponent(backInfoTxt2_element.textContent)+ " 「" + encodeURIComponent(backInfoTxt3_element.textContent)+ "」を視聴しました! #dアニメストア",            "_blank", "width=600,height=300");    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2022/10/30 11:39:48 - 2022-10-30
  2. 2022/05/16 14:00:08 - 2022-05-16
  3. 2022/05/16 13:40:42 - 2022-05-16