Standard PDF Downloader

How to use

  1. Go to lese.standard.no and open the standard you want to download
  2. Make sure you are viewing it as PDF (not HTML)
  3. Open DevTools: right-click anywhere on the page → Inspect → go to the Network tab
  4. Filter by Fetch/XHR to reduce noise
  5. Reload the page if needed — look for a request like:
    2598496?filePath=8ee98c59-dde7-48e3-858a-26ffff94b7c4.pdf
  6. Right-click that request → CopyCopy as fetch (Node.js)
  7. Paste it into the box above and click Download PDF
DevTools demo showing where to find the request