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