JSFiddle - React, Tailwind, and code Playground

by leongaban

JavaScript

var pathname = window.location.pathname;
//alert(pathname);
//var hotlink = (pathname.substring(3)+"<br>");

var hotlink = pathname.slice(0);
var mobilelink = 'http://alpha.net/m/#!'+hotlink;

alert(mobilelink);