URL Management
Shorten URL
Create short URLs using various URL shortening services.
Shorten URL (Bitly)
Use Bitly to create branded short links with analytics.
Shlink Create Short URL
Self-hosted URL shortening with Shlink.
Short URL with Emoji
Create fun emoji-based short URLs.
Git.io Shortener
Shorten GitHub URLs with git.io.
Browser Controls
New Browser Window
Open a new browser window in your default browser.
Chrome Current Page URL
Get the URL of the current Chrome tab.
Safari Current Page URL
Get the URL of the current Safari tab.
Safari Current Window URLs
Get all URLs from current Safari window tabs.
Privacy & Modes
Open in Guest Profile
Open URLs in browser guest/incognito profile.
To Private Browsing
Open current page in private/incognito mode.
Open Chrome without CORS
Launch Chrome with CORS disabled for development.
Website Utilities
Website Screenshots
Capture full-page screenshots of websites.
Peekalink
Preview link metadata and content before visiting.
Open Multiple Websites
Open a set of websites at once in Safari.
Social Media
Convert Twitter to Nitter
Convert Twitter URLs to privacy-friendly Nitter.
YouTube Shorts in Player
Open YouTube Shorts in video player instead of browser.
Navigation Tools
Go to Outline
Jump to Outline.com version of current page to bypass paywalls.
Common Workflows
URL Shortening Workflow
- Copy Long URL - Get the URL you want to shorten
- Run Shortener Script - Choose your preferred service
- Get Short Link - Copied to clipboard automatically
- Share - Paste the clean, short URL
Tab Management
- Get Current URLs - Extract all open tab URLs
- Save Sessions - Store URL lists for later
- Batch Open - Open multiple sites at once
- Tab Cleanup - Close duplicate or unwanted tabs
Privacy Browsing
- Guest Profile - Test sites without cookies/history
- Private Mode - Browse without saving history
- Clean Session - No extensions or saved data
- Anonymous Testing - Check site behavior for new users
Screenshot Workflow
- Enter URL - Specify website to capture
- Select Options - Full page, viewport, or custom
- Capture - Script takes screenshot
- Save/Share - Image saved to specified location
URL Shortening Services
Bitly
- Features: Analytics, custom domains, branded links
- Requirements: Bitly account and API key
- Best for: Professional use, tracking clicks
Shlink
- Features: Self-hosted, full control, no data sharing
- Requirements: Shlink server instance
- Best for: Privacy-conscious users, custom deployment
Git.io
- Features: GitHub-specific shortening
- Requirements: None (for github.com URLs)
- Best for: Sharing GitHub links
is.gd / v.gd
- Features: Simple, no account needed
- Requirements: None
- Best for: Quick, anonymous shortening
Browser Automation Tips
Chrome Automation
Safari Automation
Private Browsing
Development Tools
CORS Bypass
For local development:- Disable CORS in Chrome for API testing
- Use separate browser profile
- Never use for regular browsing (security risk)
- Only for development purposes
Website Testing
- Multiple Browsers - Test in different profiles
- Clean Slate - Guest mode for accurate testing
- Screenshots - Document issues or designs
- URL Management - Track test URLs efficiently
Privacy & Security
Best Practices
- Private Mode - Use for sensitive browsing
- Guest Profiles - Test sites without affecting main profile
- URL Shorteners - Be cautious with unknown short links
- Link Preview - Use Peekalink to check before visiting
- Twitter Alternative - Nitter provides privacy-friendly viewing
Privacy-Focused Tools
- Nitter - Privacy-respecting Twitter frontend
- Outline.com - Read articles without tracking
- Private Browsing - No history or cookie storage
- Guest Mode - Isolated browsing sessions
Integration Examples
Share Workflow
- View Interesting Page - Browse normally
- Get URL - Extract current page URL
- Shorten - Create short link
- Share - Send clean URL to others
Research Workflow
- Collect URLs - Gather links while browsing
- Extract All Tabs - Get all open tab URLs
- Process - Shorten, organize, or save
- Share Collection - Send curated list
Testing Workflow
- Open in Guest - Test fresh user experience
- Take Screenshots - Document findings
- Switch Modes - Test private vs. normal
- Compare - Check behavior differences
Requirements
Depending on the scripts you use:URL Shorteners
- Bitly: Account + API key
- Shlink: Self-hosted server instance
- Git.io: None (automatic)
Browser Automation
- Chrome: Google Chrome installed
- Safari: macOS Safari (built-in)
- Firefox: Mozilla Firefox (for Firefox-specific scripts)
Screenshot Tools
- Node.js: For advanced screenshot scripts
- Puppeteer/Playwright: Optional for full-page captures

