Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes
https://returnyoutubedislike.com/
GNU General Public License v3.0
12.32k stars 544 forks source link

Add to add-on download page for Firefox Android #1025

Open nose-gnome opened 6 months ago

nose-gnome commented 6 months ago

Extension or Userscript?

Extension

Request or suggest a new feature!

Now that Mozilla has increased the number of supported add-ons you can download onto Firefox Android, it would be extremely useful if Return YouTube Dislikes was added to the Firefox add-on store for Android

Ways to implement this!

Fix return youtube dislikes for m.youtube.com and add add-on to the firefox add-on store for download on mobile

Can you work on this?

Will you be available for follow-up questions to help developers implement this?

Yes

MaledictYtb commented 5 months ago

Hi, I've successfully installed the extension on android following this : https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/ Unfortunaly it doesn't seem to work. I can't see the dislikes even if I enable the Desktop Site.

MaledictYtb commented 5 months ago

The problems seems to be with every api.storage.sync event. On their website Mozilla say that it isn't compatible with Android : https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync With what can I replace this ? Using api.storage.local seems to remove the errors but it's still not working.