/*
* @title pop path
* @description pop pathname
* @include http://*
* @contributor koucha-999999999 http://let.hatelabo.jp/koucha-999999999/let/hJmezu29-OhB
* @license MIT License
*/
var last = location.pathname.split('/').pop();
alert(last);