Browser extension
WUUUH on any job board
The companion overlay shows the Layoff Radar band, Trust Index and pledge badge for the employer you're reading about, and saves any listing to your WUUUH account in one click.
Employer overlay
A band that only appears when it is published on WUUUH — never for a company with thin or seed-only data.
Save any job
Saves the listing to your private WUUUH list and links it to the employer when we can match the domain.
Revocable access
A hashed, 30-day token. Revoke it any time here — the extension loses access immediately.
Extension tokens
Tokens are stored hashed and expire after 30 days. Paste the token into the extension once — it is shown a single time.
Loading…
Developer contract
The extension talks to three endpoints. It sends the token as Authorization: Bearer <token>.
POST /api/extension/token— mint a token while signed in.GET /api/extension/company?domain=acme.com— public overlay data for the current host.POST /api/extension/save-job— save{ url, title, companyName?, location?, salaryText? }.