A userscript that enhances web browsing by showing preview tooltips when hovering over links. The preview includes thumbnails and titles from the linked pages.
- Instant preview tooltips on link hover
- Displays page thumbnails (when available via OpenGraph metadata)
- Shows page titles
- Smooth loading indicator
- Works on any website
- Lightweight and performant
-
Install a userscript manager:
- Tampermonkey (recommended)
- Greasemonkey
- Violentmonkey
-
Install this userscript by clicking here
The script automatically detects when you hover over any link on a webpage. It then:
- Shows a loading indicator
- Fetches metadata from the linked page
- Displays a tooltip with the page's thumbnail and title
The script requires the following permissions:
GM_xmlhttpRequest: To fetch metadata from linked pagesGM_addStyle: To add custom CSS styles for the tooltip