Skip to content

Instantly share code, notes, and snippets.

@JavaGT
JavaGT / bookmarklet.html
Created August 17, 2026 22:08
TVNZ Session Exporter bookmarklet (updated for current tvnz.co.nz storage scheme)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TVNZ Session Exporter (updated)</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 720px; margin: 40px auto; padding: 0 20px; line-height: 1.6; }
.bookmarklet { display: inline-block; padding: 14px 28px; background: #1a73e8; color: #fff;
text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 1.2em; cursor: grab; }