forked from igrigorik/videospeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
43 lines (34 loc) · 1.92 KB
/
notes.txt
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
Progress:
- Trying to go through inject.js and bring in functions.
- Created a class as VideoController (will contain VideoWrapper objects).
* VideoWrapper class TBD...
- Trying to implement initializeNow
---
Some URLs for testing videos:
- https://realpython.com/lessons/hello-walrus/
- https://www.youtube.com/watch?v=WH_FUQgMvuY
- https://www.reddit.com/r/commandline/comments/sf5gcr/interactively_search_github_repos/
- https://www.epicweb.dev/talks/let-me-be <- doesn't even load!
seems to be working, but it's not visible.
- Why doesn't it work on audio?
- https://aws.amazon.com/blogs/aws/introducing-the-next-generation-of-amazon-sagemaker-the-center-for-all-your-data-analytics-and-ai
- Works, but not visible
- https://www.loom.com/share/154457fdea8e4e3c8b9bbe5ab8d6b1c5?sid=fc8184ec-c14e-4af6-8437-686c31a32059
- https://scottjehl.com/learn/webcomponentsdemystified/ -> works, but not visible
- https://redd.it/zrt1rb
- https://shkspr.mobi/blog/2024/10/you-can-use-text-wrap-balance-on-icons/
- https://gitnation.com/contents/why-you-should-use-redux-in-2024
- Appears at a random place at the bottom:
- https://www.comfydeploy.com/blog/you-dont-need-nextjs
- Appears on the timeline, preventing clicking on it:
- https://redd.it/1hveiuk
- Increasing volume beyong 100%: https://stackoverflow.com/a/43794379/3646201
Check https://openai.com/blog/sora-first-impressions to see if we can attach to the videos:
- When a button is clicked, it loads an iframe inside a div
- That iframe has divs etc. containing the video
- Wait, the `left-0` div already has the iframe (and the video), so why are we not attaching?
Icon sizes:
You should always provide a 128x128 icon; it's used during installation and by
the Chrome Web Store. Extensions should also provide a 48x48 icon, which is
used in the extensions management page (chrome://extensions). You can also
specify a 16x16 icon to be used as the favicon for an extension's pages.