Live
Stanley Cup Final · Game 3 VGK 1 — CAR 1
SAT JUN 7 · 8:00 PM ET · T-MOBILE ARENA, LAS VEGAS
Strength
Team
Position
# Player Team Salary FP Avg CF% 5v5 ES Pts/60 All Str DK Proj ↓ Value
DraftKings Salary CSV

Download today's DK salary export (Lineups → Export to CSV). Paste the full CSV content below — player names, salaries, and positions will auto-populate into the rankings table.

Natural Stat Trick — Server-Side Fetch

NST blocks browser scraping but not server-side requests. Paste this Google Apps Script into your sheet (Extensions → Apps Script → paste → save). Set the trigger to run daily at 8am and it will pull 5v5, ES, and all-strength data automatically.

// Extensions → Apps Script → paste this
function fetchNSTData() {
  const params = {
    fromseason: '20242025',
    sit: '5v5', // change to 'es', 'all'
    rate: 'y', pos: 'S', team: 'ALL'
  };
  const res = UrlFetchApp.fetch(buildUrl(params), {
    headers: { 'User-Agent': 'Mozilla/5.0' }
  });
  parseAndWrite(res.getContentText());
}
function setDailyTrigger() {
  ScriptApp.newTrigger('fetchNSTData')
    .timeBased().everyDays(1)
    .atHour(8).create();
}
Manual Overrides

Flag injuries, confirm goalies, or adjust line combos before lock. Overridden players are highlighted in the rankings table.

Strength Weights
5v5 Corsi weight
Even strength weight
All strength weight
PK yearly boost
Window Weights
Season baseline
Last 5 games
Last 10 games
Include L5 window
Include L10 window
Display Options
Show projection bars
Show value score
Color by projection tier
Highlight PK players
Slate Info
Slate name
Game time (ET)
Contest type
DK cap
The Philosophy

Hockey first.
Stats second.
Edge always.

Most DFS tools are built by stat nerds for stat nerds. This one isn't. EdgeWork is built around a simple idea: the best plays in daily fantasy aren't found by running the most complex model — they're found by understanding the game.

The approach here centers on 5v5, even strength, and all-strength data — where most of hockey actually happens — combined with a yearly penalty kill boost for players who earn ice time in every situation. These are the numbers that go overlooked. These are the players who win hockey games, not just fantasy points.

And then there's the eye test. What does a player bring to his team that doesn't show up in a box score? Is he playing with urgency? Generating zone entries? Winning puck battles in the corners? That layer matters, and it's where the real contrarian edge lives — not just being different for the sake of it, but being right about something everyone else missed.

"My goal in all of this is to enjoy the games and the sport of hockey. I hope you might win a little money — but more so, I hope you find a new favorite player or a second or third team to root for. Whatever happens, enjoy the chaos. And if things don't go your way, stay off fucking social media."

2026 Performance
Jan 2026 — Present · DraftKings
Spent $46,714
Won $70,572
Net Total
+$23,858
51% ROI · 2026 season
Lifetime Net
+$40,000approx
4 years · consistent positive returns
5v5 Corsi
Where the game is played. Possession tells the real story.
Even Strength
Pts/60 at ES separates true contributors from PP dependents.
PK Boost
Yearly PK usage signals trusted two-way players with floor.
The Eye Test
Zone entries, board battles, urgency. The edge no model captures.