/*
* @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));
})();