Return to Snippet

Revision: 38301
at December 30, 2010 14:27 by shinya


Initial Code
var url = "http://www.google.co.jp/index.html";

// You can use this script when URL includes a filename last,
// for example CVS Viewer's URL
url.split("/").pop();

Initial URL
http://peperon299.blogspot.com/

Initial Description


Initial Title
get current filename from url

Initial Tags
url, javascript

Initial Language
JavaScript