Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.11 KB

File metadata and controls

30 lines (21 loc) · 1.11 KB

Split Screen Viewer

A simple HTML utility that allows you to split your browser tab into two side-by-side iframes, each displaying a different website.

Screenshot

screenshot demo

Features

  • Split view with two adjustable iframes
  • URL input fields for both left and right panels
  • Toggle controls visibility with:
    • F key (when focus is outside iframes)
    • Toggle button in the top-right corner
    • Hover at the top edge of the screen
  • Auto-save URLs using localStorage - your selected websites persist across browser sessions
  • Works directly from the filesystem (no web server required)

Usage

  1. Open index.html in your web browser
  2. Enter URLs in the input fields for left and right panels
  3. Click "Load" or press Enter to load the websites
  4. Press F or use the toggle button to show/hide the URL controls
  5. Your URLs are automatically saved and will be restored when you reopen the page

Notes

Due to browser security restrictions, keyboard shortcuts may not work when focus is inside a cross-origin iframe. Use the toggle button or hover trigger to show controls in this case.