view-source(firefox, Chrome)
by
equinox79
2010-05-27 [2010/05/27 14:20:36]
ソースを表示(firefox, Chrome)
@@ -1,6 +1,6 @@
/*
- * @title view-source(Google Chrome Only)
- * @description ソースを表示(Google Chromeのみです)
+ * @title view-source(firefox, Chrome)
+ * @description ソースを表示(firefox, Chrome)
* @include http://*
* @license MIT License
* @require
/*
* @title view-source(firefox, Chrome)
* @description ソースを表示(firefox, Chrome)
* @include http://*
* @license MIT License
* @require
*/
location.href = 'view-source:'+location.href;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。