/**
* @author https://codepen.io/bookmarklets
* @file Clicking this will tell you exactly what a website was built with.
Learn the full technology stack and component list.
* Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#}
*/
javascript:(function(){window.open( "http://builtwith.com?"+ location.hostname + location.pathname )})()