CheckBackType
by
phithon
2010-06-29 [2010/06/29 21:03:59]
Check the url on the BackType. / 現在開いているページをBackTypeで確認します。
@@ -1,6 +1,6 @@
/*
* @title CheckBackType
- * @description Check the url on the BackType.
+ * @description Check the url on the BackType. / 現在開いているページをBackTypeで確認します。
* @include http://*
* @license MIT License
* @require
/*
* @title CheckBackType
* @description Check the url on the BackType. / 現在開いているページをBackTypeで確認します。
* @include http://*
* @license MIT License
* @require
*/
location.href = 'http://www.backtype.com/page/' + encodeURIComponent(location.href.split('/').slice(2).join('/'));
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。