-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
396 lines (365 loc) · 25 KB
/
Copy pathindex.html
File metadata and controls
396 lines (365 loc) · 25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="dark">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'">
<title>Slash Browser</title>
<link rel="stylesheet" href="chrome.css">
</head>
<body>
<div id="titlebar">
<div class="brand" title="Slash Browser">
<span class="brand-name">SLASH</span>
</div>
<div id="tabs"></div>
<button id="newtab" class="iconbtn tab-add" title="New tab (Ctrl+T)">+</button>
<div class="drag-spacer"></div>
<div id="wincontrols">
<button id="w-min" class="wbtn" title="Minimize">-</button>
<button id="w-max" class="wbtn" title="Maximize">□</button>
<button id="w-close" class="wbtn wbtn-close" title="Close">✕</button>
</div>
</div>
<div id="toolbar">
<button id="nav-back" class="navbtn" title="Back"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg></button>
<button id="nav-fwd" class="navbtn" title="Forward"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg></button>
<button id="nav-reload" class="navbtn" title="Reload"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-2.64-6.36"/><polyline points="21 3 21 8 16 8"/></svg></button>
<button id="nav-home" class="navbtn" title="Home"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 10.6 12 3l9 7.6"/><path d="M5.5 9.4V20h13V9.4"/></svg></button>
<div id="ws-switcher">
<button id="ws-current" class="navbtn" title="Workspaces"><span class="ws-orb"></span></button>
<div id="ws-menu" class="ws-menu hidden">
<input id="ws-new-input" class="ws-new-input hidden" type="text" maxlength="24" placeholder="Workspace name…" spellcheck="false">
<button id="ws-new" class="ws-new">+ New Workspace</button>
</div>
</div>
<div id="omnibox-wrap">
<span id="omni-lock" title="Connection">🔎</span>
<input id="omnibox" type="text" spellcheck="false" autocomplete="off"
placeholder="Search privately, or enter a web address">
<span id="omni-shield" title="Ad & tracker blocking — click to toggle"><svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2 4 5v6c0 5 3.4 8.4 8 11 4.6-2.6 8-6 8-11V5z"/></svg></span>
<span id="bm-star" class="omni-star" title="Bookmark this page">☆</span>
<div id="omni-suggest" class="omni-suggest"></div>
</div>
<button id="nav-notes" class="navbtn" title="Notes & reminders"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 4h8a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"/><line x1="9" y1="9" x2="15" y2="9"/><line x1="9" y1="13" x2="15" y2="13"/><line x1="9" y1="17" x2="13" y2="17"/></svg></button>
<button id="nav-update" class="navbtn nav-update hidden" title="Update available"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v11"/><polyline points="7 9 12 14 17 9"/><path d="M5 20h14"/></svg></button>
<button id="nav-ai" class="navbtn" title="AI assistant (Ctrl+J)"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg></button>
<button id="nav-settings" class="navbtn" title="Settings">⚙</button>
</div>
<div id="bookmarks">
<div id="bm-list" class="bm-list"></div>
<button id="bm-add" class="bm-add" title="New bookmark or folder">+</button>
<div id="bm-socials" class="bm-socials-row"></div>
</div>
<div id="loadbar"></div>
<div id="findbar" class="findbar hidden">
<input id="find-input" type="text" placeholder="Find on page" spellcheck="false" autocomplete="off">
<span id="find-count" class="find-count"></span>
<button id="find-prev" class="find-btn" title="Previous (Shift+Enter)">‹</button>
<button id="find-next" class="find-btn" title="Next (Enter)">›</button>
<button id="find-close" class="find-btn" title="Close (Esc)">✕</button>
</div>
<div id="palette" class="palette hidden" role="dialog" aria-modal="true" aria-label="Command palette">
<div class="pal-box">
<input id="pal-input" type="text" placeholder="Search tabs, run a command, or ask AI…" spellcheck="false" autocomplete="off" aria-label="Command palette search" />
<div id="pal-list" class="pal-list" role="listbox"></div>
</div>
</div>
<div id="reader" class="reader hidden" role="dialog" aria-modal="true" aria-label="Reader">
<div id="reader-scroll" class="reader-scroll">
<button id="reader-close" class="reader-close" title="Close (Esc / F9)" aria-label="Close reader">✕</button>
<article id="reader-body" class="reader-body"></article>
</div>
</div>
<div id="views"></div>
<div id="dl-footer" class="dl-footer hidden"></div>
<div id="settings" class="panel hidden">
<div class="panel-card">
<div class="panel-head">
<img src="assets/slash-logo.png" class="panel-emblem" alt="">
<div>
<h2>Settings</h2>
<p class="panel-sub">Slash Browser — private by design</p>
</div>
<button id="settings-close" class="iconbtn" title="Close">✕</button>
</div>
<div class="set-block">
<p class="set-heading">Appearance</p>
<p class="set-label" style="margin-bottom:4px">Color scheme</p>
<div class="theme-swatches" id="theme-swatches">
<div class="swatch" data-t="materia" title="Slash"></div>
<div class="swatch" data-t="crimson" title="Crimson"></div>
<div class="swatch" data-t="cobalt" title="Cobalt"></div>
<div class="swatch" data-t="amethyst" title="Amethyst"></div>
<div class="swatch" data-t="obsidian" title="Obsidian"></div>
</div>
<div class="set-row" style="margin-top:1.2rem">
<div>
<p class="set-label">Manual zoom & window scaling</p>
<p class="set-note">Zoom any page with Ctrl + , Ctrl − , Ctrl 0, or Ctrl + mouse wheel — always on. The toggle also auto-scales pages as you resize the window (off by default; it can make some sites switch to their mobile layout).</p>
</div>
<label class="switch"><input type="checkbox" id="toggle-scale"><span class="slider"></span></label>
</div>
</div>
<div class="set-block">
<p class="set-heading">Performance</p>
<div class="set-row">
<div>
<p class="set-label">Sleep inactive tabs (RAM saver)</p>
<p class="set-note">Frees the memory of background tabs you have not touched in a while. They dim in the tab bar and reload instantly when clicked. Pinned tabs and tabs playing audio are never slept.</p>
</div>
<label class="switch"><input type="checkbox" id="toggle-ramsaver"><span class="slider"></span></label>
</div>
<div class="set-row" style="margin-top:1rem; align-items:center">
<div>
<p class="set-label">Sleep after</p>
<p class="set-note">How long a tab sits idle before it sleeps.</p>
</div>
<select id="sleep-after" class="set-select">
<option value="5">5 min</option>
<option value="10">10 min</option>
<option value="15">15 min</option>
<option value="30">30 min</option>
<option value="60">1 hour</option>
</select>
</div>
</div>
<div class="set-block">
<p class="set-heading">AI assistant</p>
<p class="set-label" style="margin-bottom:6px">Default model</p>
<div class="ai-set-seg" id="ai-set-provider">
<button type="button" data-p="claude" class="ai-seg-btn">Claude</button>
<button type="button" data-p="gemini" class="ai-seg-btn">Gemini</button>
<button type="button" data-p="openai" class="ai-seg-btn">ChatGPT</button>
</div>
<p class="set-label" style="margin:14px 0 6px">Access</p>
<div class="ai-set-seg" id="ai-set-variant">
<button type="button" data-v="cli" class="ai-seg-btn">Subscription (CLI)</button>
<button type="button" data-v="api" class="ai-seg-btn">API key</button>
</div>
<p class="set-note" style="margin-top:6px">Subscription uses your signed-in Claude / Gemini / Codex CLI, no key needed. API key uses your own key, billed to you. The assistant can search the web, read the page, open tabs and bookmark for you (Ctrl+J).</p>
<div style="margin-top:14px">
<p class="set-label" style="margin-bottom:6px">API keys (stored encrypted on this PC)</p>
<input class="ai-key-input" id="ai-key-anthropic" type="password" placeholder="Anthropic API key (sk-ant-...)" autocomplete="off" spellcheck="false" />
<input class="ai-key-input" id="ai-key-google" type="password" placeholder="Google AI API key" autocomplete="off" spellcheck="false" />
<input class="ai-key-input" id="ai-key-openai" type="password" placeholder="OpenAI API key (sk-...)" autocomplete="off" spellcheck="false" />
</div>
<div class="set-row" style="margin-top:12px; align-items:center">
<p id="ai-set-status" class="set-note" style="margin:0"></p>
<button type="button" id="ai-set-save" class="set-btn">Save AI settings</button>
</div>
</div>
<div class="set-block">
<p class="set-heading">Import from another browser</p>
<p class="set-note" style="margin-bottom:.6rem">Bring your bookmarks over from Chrome, Edge, Brave, Vivaldi, or Opera. They land in an "Imported from ..." folder in this workspace.</p>
<div id="import-sources"></div>
</div>
<div class="set-block">
<p class="set-heading">Passwords</p>
<p class="set-note" style="margin-bottom:.6rem">Import saved passwords from another browser. They are decrypted on this PC and kept in an encrypted vault. The newest Chrome and Edge use app-bound encryption that no other app can read, so those are reported as locked.</p>
<div id="pw-import-sources"></div>
<div id="pw-saved" style="margin-top:14px"></div>
</div>
<div class="set-block">
<p class="set-heading">Default browser</p>
<div class="set-row" style="align-items:flex-start">
<div style="flex:1; min-width:0">
<p class="set-label">Make Slash your default browser</p>
<p class="set-note">Open links from other apps in Slash. Windows asks you to confirm — Slash registers itself and opens <b>Default apps</b>; pick <b>Slash Browser</b> under “Web browser.”</p>
<p id="default-browser-status" class="set-note" style="margin-top:.45rem"></p>
</div>
<button id="set-default-browser" class="set-btn">Set as default</button>
</div>
</div>
<div class="set-block">
<p class="set-heading">Notes</p>
<div class="set-row">
<div>
<p class="set-label">Show Notes button</p>
<p class="set-note">Show the Notes button in the toolbar. Turn it off to hide it — you can still open Notes from here, and a due reminder will glow the settings gear instead.</p>
</div>
<label class="switch"><input type="checkbox" id="toggle-notes-btn"><span class="slider"></span></label>
</div>
<button id="open-notes-here" class="notes-open-btn">Open Notes</button>
</div>
<div class="set-block">
<p class="set-heading">Region & language</p>
<div class="set-row">
<div>
<p class="set-label">Preferred page language</p>
<p class="set-note">Tells sites which language to serve, overriding your location (so you stop getting pages in the local language). New page loads switch immediately; a restart makes it stick everywhere.</p>
</div>
<select id="lang-select" class="mat-select">
<option value="en-US">English (US)</option>
<option value="en-GB">English (UK)</option>
<option value="es">Spanish</option>
<option value="fr">French</option>
<option value="de">German</option>
<option value="pt">Portuguese</option>
<option value="it">Italian</option>
<option value="ja">Japanese</option>
<option value="ko">Korean</option>
<option value="zh">Chinese</option>
<option value="th">Thai</option>
</select>
</div>
</div>
<div class="set-block">
<p class="set-heading">Search</p>
<p class="set-note" style="margin-bottom:.5rem">Engine (or AI) used by the address bar and the new-tab search — stays in sync with the start-page picker.</p>
<select id="provider-select" class="mat-select"></select>
</div>
<div class="set-block">
<p class="set-heading">Privacy</p>
<div class="set-row">
<div>
<p class="set-label">Block ads, trackers & pop-ups</p>
<p class="set-note">Real-time ad & tracker blocking plus cookie-banner, overlay, pop-up and pop-under removal (EasyList / Fanboy filters). Never touches your logins.</p>
</div>
<label class="switch"><input type="checkbox" id="toggle-trackers"><span class="slider"></span></label>
</div>
<p id="adblock-status" class="set-note" style="margin-top:.5rem"></p>
<div class="set-row" style="margin-top:1.2rem; align-items:flex-start">
<div style="flex:1; min-width:0">
<p class="set-label">Trusted sites — always load unblocked</p>
<p class="set-note">Sites you trust skip ad/tracker blocking entirely, so players and logins load normally (e.g. <b>youtube.com</b>, <b>facebook.com</b>). Safe Browsing still applies. Tip: right-click a page → “Trust this site”.</p>
<div style="display:flex; gap:6px; margin-top:.55rem">
<input id="trust-input" class="mat-input" type="text" placeholder="example.com" spellcheck="false" autocomplete="off" style="flex:1">
<button id="trust-add" class="set-btn">Add</button>
</div>
<div id="trust-list" style="margin-top:.6rem; display:flex; flex-direction:column; gap:4px"></div>
</div>
</div>
<div class="set-row" style="margin-top:1.2rem">
<div>
<p class="set-label">Force-enable right-click & copy</p>
<p class="set-note">Re-enables the context menu, text selection, and copy on sites that block them.</p>
</div>
<label class="switch"><input type="checkbox" id="toggle-rightclick"><span class="slider"></span></label>
</div>
<p class="set-note" style="margin-top:1rem"><svg class="btn-ico" viewBox="0 0 24 24" width="13" height="13" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="11" width="16" height="9" rx="2"/><path d="M8 11V8a4 4 0 0 1 8 0v3"/></svg>Encrypted DNS (DoH), WebRTC IP-leak protection, and Safe Browsing (known phishing & malware sites are blocked) are always on.</p>
</div>
<div class="set-block">
<p class="set-heading">History</p>
<button id="open-history" class="action-btn"><svg class="btn-ico" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><polyline points="12 7 12 12 16 14"/></svg>View browsing history</button>
</div>
<div class="set-block">
<p class="set-heading">Downloads</p>
<p class="set-note" style="margin-bottom:.4rem">Everything defaults to your system Downloads folder — set a different folder per file type below.</p>
<div id="dl-dirs"></div>
<button id="open-downloads" class="action-btn" style="margin-top:.6rem"><svg class="btn-ico" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>View downloads</button>
</div>
<div class="set-block">
<p class="set-heading">Video downloader</p>
<p class="set-note" style="margin-bottom:.5rem">Paste any video link — YouTube, Vimeo, X, and thousands more (powered by yt-dlp). Saves to your Videos folder. First video download fetches the engine + converter (yt-dlp & ffmpeg, ~55 MB, one time); the engine then keeps itself up to date.</p>
<input id="vd-url" class="mat-input" type="text" spellcheck="false" placeholder="https://…">
<div class="vd-row">
<select id="vd-quality" class="mat-select">
<option value="best">Best quality</option>
<option value="1080">1080p</option>
<option value="720">720p</option>
<option value="480">480p</option>
<option value="audio">Audio only (m4a)</option>
</select>
<button id="vd-go" class="action-btn action-primary">Download</button>
</div>
<p id="vd-status" class="set-note" style="margin-top:.45rem"></p>
</div>
<div class="set-block">
<p class="set-heading">Your Socials</p>
<p class="set-note" style="margin-bottom:.9rem">Paste your profile link next to any platform. Each one you fill in shows up as an icon on the right of the bookmarks bar and opens <em>your</em> page. <b>Right-clicking your social media icon copies a link to your social media to share.</b></p>
<div id="socials-settings" class="socials-settings"></div>
</div>
<div class="set-block">
<p class="set-heading">Your Data</p>
<p class="set-note" style="margin-bottom:1rem">Slash keeps your logins on this device only and never lets sites maintain a persistent profile of you across the web. Clear your trail any time:</p>
<button id="clear-keep" class="action-btn action-primary"><svg class="btn-ico" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/><path d="M10 11v6M14 11v6"/><path d="M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"/></svg>Clear Everything — Keep Me Logged In</button>
<p class="set-note" style="margin:.5rem 0 1.1rem">Wipes cache, service workers, and site junk. Your cookies & sign-ins stay put.</p>
<button id="clear-all" class="action-btn action-danger"><svg class="btn-ico" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>Clear Everything — Sign Me Out</button>
<p class="set-note" style="margin-top:.5rem">The full reset: cache, history, cookies, and logins, all gone.</p>
<p id="clear-status" class="clear-status"></p>
</div>
<div class="set-block">
<p class="set-heading">Information & Terms</p>
<p class="set-note" style="line-height:1.55">
<b>Slash Browser</b> <span class="ver">v0.1</span> — a free, privacy-first browser by MarrowMyth, powered by Slash. Built by F.C. Marrow.<br><br>
<b>Terms of use</b><br>
• Provided free, for personal use, as-is and without warranty — you use it at your own discretion.<br>
• Privacy is the point: your logins and data stay on this device. Slash sends no telemetry, analytics, or browsing data to us or anyone. Encrypted DNS and WebRTC-leak protection are on by default.<br>
• Slash bundles open-source tools (the Ghostery ad-filter engine, EasyList / Fanboy lists, and yt-dlp). They belong to their authors under their own licenses; anything you download is your responsibility — respect the terms and copyright of the sites you visit.<br>
• Please don't use Slash for unlawful purposes.<br>
• “MarrowMyth”, “Slash”, and the Slash Browser artwork are property of MarrowMyth. The engine is Chromium, via Electron, © their respective authors.<br><br>
© 2026 MarrowMyth · Powered by Slash · All rights reserved.
</p>
</div>
<div class="set-block set-report">
<button id="info-report" class="action-btn"><svg class="btn-ico" viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16v12H5.2L4 17.2z"/><path d="M12 8v3"/><path d="M12 13.5h.01"/></svg>Report a bug</button>
</div>
</div>
</div>
<div id="list-panel" class="panel hidden">
<div class="panel-card">
<div class="panel-head">
<img src="assets/slash-logo.png" class="panel-emblem" alt="">
<div><h2 id="list-title">History</h2><p class="panel-sub">Slash Browser</p></div>
<button id="list-clear" class="iconbtn" title="Clear"><svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/><path d="M10 11v6M14 11v6"/><path d="M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"/></svg></button>
<button id="list-close" class="iconbtn" title="Close">✕</button>
</div>
<div id="history-list" class="list-scroll-full"></div>
<div id="downloads-list" class="list-scroll-full"></div>
</div>
</div>
<div id="notes-panel" class="panel hidden">
<div class="panel-card">
<div class="panel-head">
<img src="assets/slash-logo.png" class="panel-emblem" alt="">
<div><h2>Notes</h2><p class="panel-sub">Quick notes & reminders</p></div>
<button id="notes-close" class="iconbtn" title="Close">✕</button>
</div>
<div id="notes-tabs" class="notes-tabs"></div>
<div id="notes-grid" class="notes-grid"></div>
<button id="notes-add" class="notes-add-btn">+ New note</button>
<div id="notes-editor" class="notes-editor hidden">
<input id="note-title" class="note-input" type="text" placeholder="Title" spellcheck="false" maxlength="120">
<textarea id="note-body" class="note-textarea" placeholder="Write your note…" spellcheck="false"></textarea>
<div class="note-quick" id="note-quick">
<button type="button" class="note-quick-btn" data-when="today">Today</button>
<button type="button" class="note-quick-btn" data-when="tomorrow">Tomorrow</button>
<button type="button" class="note-quick-btn" data-when="nextday">Next day</button>
<button type="button" class="note-quick-btn" data-when="daily">Every day</button>
</div>
<div class="note-due-row">
<span class="note-due-lbl">Reminder</span>
<input id="note-due" class="note-due" type="datetime-local">
<button id="note-due-clear" class="note-due-clear" title="Clear reminder">✕</button>
</div>
<div class="note-due-row">
<span class="note-due-lbl">Priority</span>
<select id="note-prio" class="note-due">
<option value="2">High</option>
<option value="1">Normal</option>
<option value="0">Low</option>
</select>
</div>
<div class="note-editor-actions">
<button id="note-save" class="note-save">Save</button>
<button id="note-cancel" class="note-cancel">Cancel</button>
<button id="note-delete" class="note-delete">Delete</button>
</div>
</div>
</div>
</div>
<div id="mini-toast" class="mini-toast"></div>
<div id="popup-toast" class="popup-toast">
<span class="popup-toast-ico">🛡</span>
<div class="popup-toast-msg">
<span class="popup-toast-text">Pop-up blocked</span>
<span id="popup-toast-host"></span>
</div>
<button id="popup-toast-open" class="popup-toast-open">Open</button>
<button id="popup-toast-dismiss" class="popup-toast-x" title="Dismiss">✕</button>
</div>
<script src="socials-data.js"></script>
<script src="chrome.js"></script>
</body>
</html>