みてるなう
by
uzuky
2013-09-16 [2013/09/16 20:58:19]
Twitterにページをつぶやくブックマークレット なんやかんや問題がありそうなのでURLの#以降をエスケープするようにしてます しないのはこっち http://let.hatelabo.jp/uzuky/let/hLHUpOmN5p4v
@@ -10,7 +10,7 @@
javascript: (function(){
var c = prompt('コメントを入力してください','みてるなう');
if(c == 'null'){
- return(0);
+ return0;
} else {
if (c!=''){
c = c + ' /'
/*
* @title みてるなう
* @description Twitterにページをつぶやくブックマークレット
* @include http://*
* @license MIT License
* @require
* @private
*/
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 です。