lemmy-instance-assistant
lemmy-instance-assistant copied to clipboard
Browser extension to help make Lemmy & Kbin easier to use
Hi there! Lemmy Instance Assistant is one of my favorite addons, so I thought a general thank you would be a great way to start this. I was looking to...
- [ ] Settings option to disable context menu buttons - [ ] Settings option for "open in new tab" for context menu items
It looks like you are currently doing a search on title to find matching posts. https://github.com/cynber/lemmy-instance-assistant/blob/668ee6930eff9a5111f403e170e608a2bf546d0f/src/utils.js#L409 You may find the [`resolve_object`](https://join-lemmy.org/api/interfaces/ResolveObject.html) endpoint useful! You can pass a full URL to...
- Additional settings field, as an array - Can start by implementing it with the right click context menu to allow a user to open a link in a particular...
- [ ] should appear when looking at a particular comment (`/comment/-`), ideally redirecting to that same comment - [ ] should appear in popup
- [ ] Block posts from an instance - [ ] Block users from an instance The content will still exist, and may be visible on other apps/clients/frontends, but this...
This would make the sidebar more useful. Currently the sidebar needs to be closed and opened manually, else it takes up screen space on non-lemmy/kbin pages. Possible implementations: - open/close...
There appears two buttons when i open an instance. 
Reference: https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/ Timeline: Launch date to be announced in September. Tasks: - [ ] Modify manifest to create new separate release - [ ] Transition background scripts to non-persistent event...