Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes

Home Page:https://returnyoutubedislike.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to add-on download page for Firefox Android

nose-gnome opened this issue · comments

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?

  • Yes
  • No

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

Yes

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.

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.