Did create this one today when I've found a site which simulates the different resolutions a screen can be - the online tool is provided by http://viewlike.us/.
It's pretty useful for webdesigners.
That small ER and everything else is just to be sure that http:// and the final / (bar) are removed upon click (by what I did test here those 2 things would result in a forbidden error there)
Here it's:
Code:javascript:var%20end=window.location.href;end=end.replace(/http:\/\//,"");if(end.indexOf("/",end.length-1)!=-1){end=end.substr(0,end.length-1);}window.location.href="http://viewlike.us/?url="+end;


LinkBack URL
About LinkBacks



Reply With Quote