Post Twitter Hack
by
eban
2012-06-04 [2012/06/04 10:22:41]
twitterのポストURLから/homeを削除
@@ -10,4 +10,5 @@
while (link = document.links[l++]) {
link.href.replace(/twitter\.com\/home\?/, "twitter.com/?");
}
+void(null);
/*
* @title twitter fix
* @description twitterのポストURLから/homeを削除
* @include http://*
* @license MIT License
* @private
*/
var link, l=0;
while (link = document.links[l++]) {
link.href.replace(/twitter\.com\/home\?/, "twitter.com/?");
}
void(null);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。