みてるなう

    @@ -3,8 +3,6 @@ * @description Twitterにページをつぶやくブックマークレット * @include http://* * @license MIT License - * @require - * @private */ javascript: (function(){ @@ -13,7 +11,7 @@ return0; } else { if (c!=''){ - c = c + ' /' + c = c + ' / ' } var f = 'https://twitter.com/intent/tweet?original_referer=' + encodeURIComponent(document.location) + '&text=' + encodeURIComponent(c + document.title) + '&url=' + encodeURIComponent(document.location); open(f, '_blank', 'width=550,height=400,scrollbars=1');
  • /*
     * @title みてるなう
     * @description Twitterにページをつぶやくブックマークレット  
     * @include http://*
     * @license MIT License
     */
    
    javascript: (function(){
    	var c = prompt('コメントを入力してください','みてるなう');
    	if(c == null){
    		return0;
    	} else {
    		if (c!=''){
    			c = c + ' / '
    		}
    		var f = 'https://twitter.com/intent/tweet?original_referer=' + encodeURIComponent(document.location) + '&text=' + encodeURIComponent(c + document.title) + '&url=' + encodeURIComponent(document.location);
    		open(f, '_blank', 'width=550,height=400,scrollbars=1');
    	};
    })()
    
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/09/16 20:58:19 - 2013-09-16
  2. 2013/09/16 20:32:28 - 2013-09-16
  3. 2013/09/16 20:27:21 - 2013-09-16
  4. 2013/09/16 20:24:46 - 2013-09-16
  5. 2013/09/16 20:22:36 - 2013-09-16
  6. 2013/09/16 20:19:10 - 2013-09-16
  7. 2013/09/16 20:18:02 - 2013-09-16
  8. 2013/09/16 20:12:59 - 2013-09-16
  9. 2013/09/16 20:11:32 - 2013-09-16
  10. 2013/09/16 20:07:41 - 2013-09-16
  11. 2013/09/16 20:05:55 - 2013-09-16
  12. 2013/09/16 19:50:58 - 2013-09-16