ファイル名を表示
by
koucha-999999999
2014-12-23 [2014/12/23 20:10:58]
location.pathnameはhtpageなどではなく/entry/htmltest/htpageのような値を返すので、いろいろやってアラートでファイル名を表示できるようにしました。
/*
* @title ファイル名を表示
* @description location.pathnameはhtpageなどではなく/entry/htmltest/htpageのような値を返すので、いろいろやってアラートでファイル名を表示できるようにしました。
* @include http://*
* @license MIT License
* @require
*/
alert("ファイル名は、\n" + location.pathname.slice(location.pathname.lastIndexOf("/") + 1) + "\nです。");
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。