-?
by
noromanba
2013-03-08 [2013/03/08 02:43:55]
Quéstion!
-
/*
* @title -?
* @description Quéstion!
* @include http://*
* @include https://*
* @license MIT License http://opensource.org/licenses/MIT
* @author noroamnba http://let.hatelabo.jp/noromanba/let/gYC-x6je--TgIA
* @require
*/
(function () {
var pos = location.href.indexOf('?');
if (pos < 0) return;
history.pushState(null, null, location.href.slice(0, pos));
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。