linkeee
by
eban
2015-07-08 [2015/07/08 17:06:48]
今見ているページのtitleとURLをtwitterでつぶやく。ニコ動ならまたニコ相当
@@ -15,9 +15,5 @@
p="[またニコ] "+p+" #nicovideo";
}
f += enc(p) + "&original_referer=" + enc(l) + "&url=" + enc(l);
-var evt = d.createEvent("MouseEvents");
-evt.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, true, false, false, false, 0, null);
-var a=d.createElement("a");
-a.href=f;
-a.dispatchEvent(evt);
+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;
if (l.href.match(/www\.nicovideo\.jp/)) {
p="[またニコ] "+p+" #nicovideo";
}
f += enc(p) + "&original_referer=" + enc(l) + "&url=" + enc(l);
location.href=f;
void(0);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。