● Bookmarklet

One click from any sportsbook.

Drag the green button below to your browser's bookmarks bar. On any sportsbook tab, select the bet text (player + market + odds), click the bookmark, and Greenside pops open with the leg parsed and ready to confirm.

↓ Drag this to your bookmarks bar ↓

+ Add to Greenside

Pinned to https://greenside-journeys.vercel.app

Or copy the source

If your browser strips javascript: URLs from drag-and-drop (Firefox sometimes does), create a new bookmark manually and paste this into the URL field:

javascript:(function(){ var s=(window.getSelection&&window.getSelection().toString())||document.title||''; if(!s.trim()){alert('Greenside: select the bet details first.');return;} var u='https://greenside-journeys.vercel.app/dashboard/slip#import='+encodeURIComponent(s); window.open(u,'_blank'); })();

How it works

  1. On a sportsbook page, highlight the bet you want — player, market, line, odds.
  2. Click + Add to Greenside in your bookmarks bar.
  3. A new tab opens at /dashboard/slip with the selection in the paste box. Hit Parse and add — the permissive parser handles top-N, matchups, over/unders, and make-cut formats from DK, FD, PrizePicks, and Underdog.
  4. The leg lives in your local slip; the leaderboard decorates the matching player rows live.