๐ผ Turn a webpage into a detab window (no tabs, buttons, bars) as a #bookmarklet Save this in a bookmark URL and click on it when you land on the page you want to turn into a clean window. javascript:window.open(location.href,"detab","toolbar=0");window.close()