go links
Type g cc in the address bar and land on the URL the cc link points to. Powered by Chrome's custom search engines — no extension needed.
Set up Chrome
- Open
chrome://settings/searchEnginesand click Add next to “Site search”. - Name:
go links, shortcut:g, URL:https://o.streamv.io/%s - Done —
g+ Space, then a slug.
Using Safari or iPhone?
Safari has no custom search engines, so use either of these — both hit the same endpoint:
- Bookmarklet — add a bookmark whose URL is the snippet below (Safari blocks pasting
javascript:into the address bar, but a bookmark's Edit → Address field accepts it). Clicking it prompts for a link and goes:javascript:(q=>{q=q&&q.trim();if(q)location="https://o.streamv.io/"+encodeURIComponent(q)})(prompt('go link')) - iOS/macOS Shortcut — in the Shortcuts app: new shortcut → Ask for Input (Text, prompt “go link”) → URL Encode → Open URLs with
https://o.streamv.io/followed by the Encoded Text variable. (Shortcuts encodes spaces on its own, but the explicit step is what keeps a?or#in your input from being read as a query or fragment.) Add it to the home screen or share sheet; Siri can run it by name.
New-tab favorites
/favorites renders every link you can see as a grid of tiles — set it as your browser's new-tab or home page (Safari: set it as the homepage and have new tabs and windows open with it). Click-to-go, alongside the type-to-go paths above.
Extras
- A link URL may embed
%s: everything after the slug is URL-encoded into it, sog npm sharpcan search npm. - Links are global, per-team, or per-user; the most specific one visible to you wins. The public endpoint resolves global links today — personal and team links light up once resolution is session-aware.
The editing UI is on the roadmap; for now, manage rows in the go-links Supabase project.