Skip to content

Instantly share code, notes, and snippets.

View lcx040210-create's full-sized avatar

lcxxx lcx040210-create

View GitHub Profile
@lcx040210-create
lcx040210-create / privacy.html
Created May 23, 2026 07:39
网页小宠 Chrome 扩展 — 隐私政策
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>网页小宠 — 隐私政策</title>
<style>
body { max-width: 720px; margin: 40px auto; padding: 0 20px; font-family: system-ui, sans-serif; line-height: 1.7; color: #333; }
h1 { font-size: 24px; border-bottom: 2px solid #1a1a2e; padding-bottom: 8px; }
h2 { font-size: 18px; margin-top: 28px; }