|
@@ -37,6 +37,21 @@ git remote add origin $URL
|
37
|
37
|
git pull origin main
|
38
|
38
|
```
|
39
|
39
|
|
|
40
|
+## Notes
|
|
41
|
+
|
|
42
|
+- Control browser instance via devtools protocol (playwright)
|
|
43
|
+- Development: devtools, modify headers, disable CSP
|
|
44
|
+- Quick navigation (specific pages, custom search engines, previously closed page)
|
|
45
|
+- Context menu (adjust for common operations)
|
|
46
|
+- Shortcuts
|
|
47
|
+ - Tabs: move, pop out, close, duplicate
|
|
48
|
+ - Screenshots: full page, certain area, zoomed
|
|
49
|
+ - Bookmark or note to revisit a tab
|
|
50
|
+ - Search, navigate, etc. (most recent tab, regex search, spacial navigation)
|
|
51
|
+- Export bookmarks and history
|
|
52
|
+- Learn and adjust to vomnibar
|
|
53
|
+- Bookmark tagging and export
|
|
54
|
+
|
40
|
55
|
## Reference
|
41
|
56
|
|
42
|
57
|
- Sample `user.js`
|