Cynber
I’m working on open source projects :)
🔗 Links:
GitHub |
---|
🍪 Get me a cookie:
Go to Ko-fi | GitHub Sponsor |
---|
- 19 Posts
- 33 Comments
Cynber@lemmy.caOPto Open Source@lemmy.ml•FOSS Android apps that can view webpages offline?1·1 year agoThat would work
I’ll check it out
Cynber@lemmy.caOPto Open Source@lemmy.ml•FOSS Android apps that can view webpages offline?1·1 year agoThank you, I’ll try those
deleted by creator
Cynber@lemmy.catoLemmy Support@lemmy.ml•Why does "hide read posts" apply to my own submitted posts?3·2 years agoI think the issue here is
they don’t show up under “posts” on your own profile
It makes sense to hide read posts on the main feed, but not when you’re looking at a particular user?
For smaller extensions, you can start by looking at the
manifest.json
as this file is the entry point. You can see which part of the code needs access to ‘everything’ and go from there.https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json
For example, with Instance Assistant for Lemmy, you need to give access to all sites because it needs to run on any Lemmy site and that’s not something you can hardcode in.
Cynber@lemmy.cato Open Source@lemmy.ml•Does anyone know any block staking game for Linux?1·2 years agoThis doesn’t answer the Linux part, but on FDroid there’s something similar as “Retro Stack”
Cynber@lemmy.caOPto Open Source@lemmy.ml•How to handle collaborators on an open source project?2·2 years agoThank you for sharing! This is my first project like this so I’ve got lots to learn. I’m going to try and contribute to a few other ones so try and learn what it’s like
Cynber@lemmy.catoLemmy Support@lemmy.ml•what are the dimensions of profile avatar and banner?4·2 years agoYou could try from this
https://lemmy.world/post/1289432
Ideally try for a smaller size, else it takes time to load and wastes people’s data
Cynber@lemmy.cato Asklemmy@lemmy.ml•Easy way to open a Lemmy link from another instance?1·2 years agoWe actually have an extension for this, it’s one of the more popular extensions for Lemmy&Kbin, going by the counts on chrome/firefox stores:
It was originally made to solve this problem, but we’ve been adding other features as well. Right now you can redirect communities and posts, and redirect links by right clicking on them.
Let me know if it works, and also where it doesn’t so that we can improve it :)
I personally find a lack of downvotes to be annoying and harmful. People don’t go through the trouble of reporting problem content, and it usually leads to poor quality inflammatory content rising to the top.
If you’re new and haven’t really set up yet, explore other instances. You can find one that aligns with what you want out of Lemmy without jumping through hoops.
If you have set up, there are account migration tools for you. They just aren’t perfect yet
Cynber@lemmy.caOPto Technology@lemmy.ml•Instance Assistant v1.2.5 released: You can now generate posts for Lemmy/Kbin, search for posts, and redirect posts from foreign instances2·2 years agoThat sounds good, and it sounds easy enough to implement.
I’ve made the issue here: https://github.com/cynber/lemmy-instance-assistant/issues/45
I’ll get to it when I have time in the next few months, unless someone else gets to it first :)
Cynber@lemmy.caOPto Technology@lemmy.ml•Instance Assistant v1.2.5 released: You can now generate posts for Lemmy/Kbin, search for posts, and redirect posts from foreign instances3·2 years agoThere are a few userscripts out there which I could integrate into the extension. It depends on when this commit gets pushed into Lemmy core:
https://github.com/LemmyNet/lemmy/issues/2397
After that, it could still be useful if someone wanted to block it browser wide. At that point I’d check if people still want something like that.
Cynber@lemmy.caOPto Technology@lemmy.ml•Instance Assistant v1.2.5 released: You can now generate posts for Lemmy/Kbin, search for posts, and redirect posts from foreign instances3·2 years agoSorry to those that have already seen this. I’m trying to space out the posts so it’s not in a large clump in your feeds. People have different subscription lists, so I’m trying to reach those that haven’t seen it yet.
These are the last 4 posts :)
Cynber@lemmy.caOPto Firefox@lemmy.ml•Instance Assistant v1.2.5 released: You can now generate posts for Lemmy/Kbin, search for posts, and redirect posts from foreign instances5·2 years agoSorry to those that have already seen this. I’m trying to space out the posts so it’s not in a large clump in your feeds. People have different subscription lists, so I’m trying to reach those that haven’t seen it yet.
These are the last 4 posts :)
I plan on experimenting with the suggestions posted here. That way I can narrow down where the problem is
The live website works on desktop and mobile. The offline folder works well on desktop, but it has issues on mobile, such as the search bar not working