Greasy Fork is available in English.
A small suite of tools to make Lemmy easier.
this script breaks multiple sites using jquery or others. example:
- can't collapse reddit comment (RES extension)
- can't login on yggtorrent.do
pb noticeable in the console, and the sites work fine if I disable LemmyTools.
I appreciate the report. I left a debug value enabled that was turning the script on for all sites and not just lemmy. I have fixed it. Thank you.
thanks for the update.
Since you didn't update the version number, it didn't pull the newest version for me. I checked the latest diff, and tried to remove the isLemmy = true, but it didn't work for me.
What worked for me is to replace @include https://* by my home instance.
The problem seems to come from where the script is enabled (everywhere) and you added the @require jquery, which gets injected in all websites.
Thank you. We are removing the jquery from the next release as it's no longer needed. We completely rewrote the functions for 0.2 release. I'd recommend trying again at that time which will be very soon!
The extension is now enabled everywhere, but it doesn't break reddit or other websites, so it's fine by me, thanks.
this script breaks multiple sites using jquery or others. example:
pb noticeable in the console, and the sites work fine if I disable LemmyTools.