Skip to content

Instantly share code, notes, and snippets.

@shunshunNi
Created October 21, 2023 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shunshunNi/32ee06ec43e2e6aea617f4580be0e57c to your computer and use it in GitHub Desktop.
Save shunshunNi/32ee06ec43e2e6aea617f4580be0e57c to your computer and use it in GitHub Desktop.
open tab can be editable. add this to bookmark let.
data:text/html,
<html contenteditable="true">
<head>
<title>BrowserMemo</title>
<link
rel="icon"
href="https://icon-icons.com/downloadimage.php?id=16112&root=96/ICO/128/&file=accessories_text_editor_16842.ico"
/>
</head>
<body contenteditable="true"></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment