linkeee

    @@ -14,6 +14,6 @@ if (l.href.match(/www\.nicovideo\.jp/)) { p="[またニコ] "+p+" #nicovideo"; } -f += enc(p+"&original_refer="+l); +f += enc(p) + "&original_referer=" + enc(l) + "&url=" + enc(l); if(!window.open(f))location.href=f; void(0);
  • /*
     * @title linkeee
     * @description 今見ているページのtitleとURLをtwitterでつぶやく。ニコ動ならまたニコ相当
     * @include *
     * @license MIT License
     * @require 
     */
    
    var d=document,w=window,enc=encodeURIComponent;
    var e=w.getSelection,k=d.getSelection,x=d.selection;
    var s=(e?e():(k)?k():(x?x.createRange().text:0)),s2=((s.toString()=='')?s:('"'+s+"\"\n"));
    var f='https://twitter.com/intent/tweet?text=',l=d.location;
    var p='"'+d.title+"\"\n"+s2+l.href;
    if (l.href.match(/www\.nicovideo\.jp/)) {
      p="[またニコ] "+p+" #nicovideo";
    }
    f += enc(p) + "&original_referer=" + enc(l) + "&url=" + enc(l);
    if(!window.open(f))location.href=f;
    void(0);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/07/08 17:06:48 - 2015-07-08
  2. 2015/07/08 14:51:25 - 2015-07-08
  3. 2015/07/08 14:47:20 - 2015-07-08
  4. 2015/07/08 14:45:36 - 2015-07-08
  5. 2015/07/08 14:39:27 - 2015-07-08
  6. 2013/05/23 10:18:28 - 2013-05-23
  7. 2013/05/22 14:34:54 - 2013-05-22
  8. 2013/05/22 14:33:35 - 2013-05-22
  9. 2013/05/22 14:29:31 - 2013-05-22
  10. 2013/03/28 22:11:23 - 2013-03-28
  11. 2012/09/06 10:39:50 - 2012-09-06
  12. 2012/08/25 19:26:05 - 2012-08-25
  13. 2012/08/25 19:24:24 - 2012-08-25
  14. 2012/06/04 10:26:23 - 2012-06-04
  15. 2012/06/04 10:23:26 - 2012-06-04
  16. 2012/06/01 21:13:18 - 2012-06-01
  17. 2012/06/01 13:18:13 - 2012-06-01
  18. 2012/05/31 22:24:49 - 2012-05-31
  19. 2012/05/31 22:23:14 - 2012-05-31
  20. 2012/05/31 22:21:34 - 2012-05-31
  21. 2012/05/31 22:19:59 - 2012-05-31
  22. 2012/05/31 22:16:25 - 2012-05-31
  23. 2012/05/31 22:14:32 - 2012-05-31
  24. 2012/05/31 22:14:13 - 2012-05-31
  25. 2012/05/31 22:12:21 - 2012-05-31
  26. 2012/05/31 22:06:34 - 2012-05-31
  27. 2012/05/31 22:05:27 - 2012-05-31
  28. 2012/05/31 22:03:13 - 2012-05-31