Skip to content

Instantly share code, notes, and snippets.

@lewdev
Created November 28, 2024 03:10
Show Gist options
  • Save lewdev/6744d6d6efca1873bc3a27c428e51194 to your computer and use it in GitHub Desktop.
Save lewdev/6744d6d6efca1873bc3a27c428e51194 to your computer and use it in GitHub Desktop.
๐Ÿ”ผ Turn a webpage into a detab window (no tabs, buttons, bars) as a #bookmarklet

๐Ÿ”ผ 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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment