{"id":20299510,"url":"https://github.com/yuis-ice/ytnote","last_synced_at":"2026-04-09T07:58:28.173Z","repository":{"id":44152948,"uuid":"483880146","full_name":"yuis-ice/ytnote","owner":"yuis-ice","description":"A note taking app for YouTube and many more. Fully works on Chrome, Firefox, Safari. Built on React.js.","archived":false,"fork":false,"pushed_at":"2022-04-28T15:03:52.000Z","size":3038,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T10:31:29.277Z","etag":null,"topics":["chrome","chrome-extension","note-taking","note-taking-app","notes-app","notetaking","sticky-notes","study-notes","studying","youtube","youtube-videos"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuis-ice.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-21T02:30:15.000Z","updated_at":"2022-07-08T17:38:48.000Z","dependencies_parsed_at":"2022-09-10T04:25:58.795Z","dependency_job_id":null,"html_url":"https://github.com/yuis-ice/ytnote","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuis-ice%2Fytnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuis-ice%2Fytnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuis-ice%2Fytnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuis-ice%2Fytnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuis-ice","download_url":"https://codeload.github.com/yuis-ice/ytnote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794840,"owners_count":20021349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","note-taking","note-taking-app","notes-app","notetaking","sticky-notes","study-notes","studying","youtube","youtube-videos"],"created_at":"2024-11-14T16:15:03.193Z","updated_at":"2025-12-31T01:03:04.233Z","avatar_url":"https://github.com/yuis-ice.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ✍️ YtNote by YuipApps \n\nThis is a beta/free release version of the Chrome extension (1) \"YtNote by YuipApps\" from YuipApps. \n\nCompatible with: \n\n- Chrome\n- Firefox\n- Opera\n- Microsoft Edge\n- Chromium\n- Brave Browser\n- Android Chrome\n- Kiwi Browser\n- iPhone/iOS Safari\n- and many more.\n\n(1): I said Chrome extension, but it is just a Javascript code, that doesn't depend on any particular browser. Thus, the app is fully compatible with any other browsers; All you want to launch the app is run a single line of code.\n\n\u003ca href=\"https://www.youtube.com/watch?v=LgTR5WK2YF4\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=\"70%\" src=\"ss.png\" alt=\"\"/\u003e\n    \u003cimg width=\"20%\" src=\"ss2.jpg\" alt=\"\"/\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    Click the above images to jump to the YouTube tutorial!\n  \u003c/p\u003e\n\u003c/a\u003e\n\n## Table of Contents \n\n- [Quick Start](#quick-start)\n- [Warning](#warning)\n- [Auto Startup](#auto-startup)\n- [YtNote Pro](#ytnote-pro)\n- [Discraimer](#discraimer)\n\n## Quick Start \n\nCopy the following code and paste onto your browser's URL address bar, enter to launch the app. \n\n```js\njavascript:(async () =\u003e { await import(\"https://cdn.jsdelivr.net/gh/yuis-ice/ytnote/bundle.js\"); })();\n```\n\n**REMEMBER**, in most browsers for a security reason when you pasted \"javascript:..\" urls, it's trimmed automatically; So if the app doesn't launch, please double-check if you have the correct url that has the \"javascript:\" at the first of the url.\n\nYou can also paste the above url onto the developer tools console. Open the dev tools with ctrl-shift-i, then click the console tab, then paste it. \n\nIf you have a problem on the app launch, feel free to open an issue here. **HOWEVER**, we don't need bug reportings, since we know that the app has many bugs as the app is beta.\n\n## Warning\n\nThe app is on beta release. I confirmed there are multiple bugs on the app. \n\nBug examples and workarounds: \n\n- don't click the \"show metadata\" buttons; it freezes your youtube tab. \n- when your tab/window/browser freezed, close the tab asap (you can use the shortcut key ctrl-w) then reopen it (ctrl-shfit-t); but remember that in the worst cases, your browser might be crashed\n\n1. always backup your works before using the app. \n2. backing up your chrome tabs using an extension such as [session buddy](https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko) is recommended\n\n**Pro tip:**\n\nA quick and safe way to try out the app is launching the app in the new Chrome instance. Open cmd.exe or powershell.exe then run i.e: \n\n```sh\nchrome.exe --user-data-dir=\"C:\\Users\\username\\chrome-tmp\"\n```\n\n## Auto Startup \n\nYou can config the app automatically starting on YouTube URL visits using a userscript such as Tampermonkey. \n\n1. Install the [Tampermonkey • Chrome](https://www.tampermonkey.net/) Chrome extension for Chrome/Brave/Kiwi or [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) for Firefox.\n2. Install the userscript [here](https://github.com/yuis-ice/ytnote/raw/main/userscript/main.user.js).\n\n## YtNote Pro\n\nIn the coming months, we're going to publish the alpha release of YtNote, a.k.a. \"YtNote Pro\". \n\nYtNote Pro includes following features at this moment. \n\n- **Much faster** \n- **Saves notes**, state, data between tabs \n- **YouTube, BiliBili, Twitch, Vimeo, Niconico**, and more video streaming sites \n- Constant **bug fixes and feature updates** \n- **Forum support** \n\nWe will update here when the app is ready to release. But in the case if you prefer to get notified when we have released the app, you can join to our mailing list. If you prefer that, email us via the following email, including a text message \"**subscribe to YtNote Pro news**\" (case insensitive).\n\n\u003cimg width=\"33%\" src=\"email.png\" alt=\"\"/\u003e\n\nPlease note that, the email is not for support in any way. We don't check all support requests, advertisements, business contacts coming to this address.\n\n## Discraimer\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuis-ice%2Fytnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuis-ice%2Fytnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuis-ice%2Fytnote/lists"}