this post was submitted on 17 Jun 2024
2 points (100.0% liked)

Firefox

17574 readers
99 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Achyu@lemmy.sdf.org 0 points 2 months ago* (last edited 2 months ago) (1 children)

Is there a way for one to use this on android FF?

Edit:
Found one. Bookmarking the following(got it from view-source:) worked:
javascript:(function(){var d=document,s=d.createElement('script');s.crossOrigin='anonymous';s.src='https://unpkg.com/@mourner/bullshit@1.3.0/bullshit.js';d.body.appendChild(s);}())

Websites that helped:
https://paul.kinlan.me/use-bookmarklets-on-chrome-on-android/
https://stackoverflow.com/questions/63614702/bookmarklet-functionality-missing-in-firefox-android#63620174
Thanks for sharing the link

[โ€“] LWD@lemm.ee 1 points 2 months ago* (last edited 2 months ago)

Yes, but it's not very easy. I used ViolentMonkey with this userscript.

Edit: your method is really cool too