π΅ The mini Spotify player for browsers just got an update! It now plays non-stop π with automatic token refresh. Hope it runs smoothly wherever you use it ππ.
π https://github.com/revir/spotify-on-browser?tab=readme-ov-file#install
π https://github.com/revir/spotify-on-browser?tab=readme-ov-file#install
GitHub
GitHub - revir/spotify-on-browser: A minimalist Spotify player on Chrome & Firefox
A minimalist Spotify player on Chrome & Firefox. Contribute to revir/spotify-on-browser development by creating an account on GitHub.
Canβt wait to show yβall! #StayTuned #VoiceMode #PNLReader
π https://github.com/pnlpal/pnl-reader?tab=readme-ov-file#download
π https://github.com/pnlpal/pnl-reader?tab=readme-ov-file#download
Neil Tyson sites together with Brian Cox? It's like Christmas came early this year. Can't expect more!
π https://pnl.dev/captionz?link=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DurFIHf5coxE%26t%3D1660s
#Science #Captionz #EdTalk #ParticlePhysics
π https://pnl.dev/captionz?link=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DurFIHf5coxE%26t%3D1660s
#Science #Captionz #EdTalk #ParticlePhysics
pnl.dev
Captionz - Watch YouTube with Dual Subtitles & Community Notes
Captionz is your personal YouTube search engine for language learners. Instantly search YouTube captions, watch with dual subtitles, and explore community notes to boost your language skills.
π₯2
Yep, Googleβs dictionary is more popular. But when users say Dictionariez is better, thatβs like your indie band outselling Taylor Swift for a day. πππ―
π https://chromewebstore.google.com/detail/dictionariez-your-diction/diojcfpekhhnndfmggknljpnfpcccbhc
π https://chromewebstore.google.com/detail/dictionariez-your-diction/diojcfpekhhnndfmggknljpnfpcccbhc
π The new PNL Reader with text-to-speech is now available on Firefox! (Itβs still under review on Chrome.) It's designed for language learners. You can choose to read quietly or listen with text-to-speech.
π Try it first on Firefox: https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#TTS #EdTech #LanguageLearning
π Try it first on Firefox: https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#TTS #EdTech #LanguageLearning
Itβs live on Chrome now, thatβs lightning-fast for Google. I think they might be using AI to review extensions, but I canβt be sure.
π https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
π https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
Almost forgot I have a YouTube channel. How do you think? Feedback is more than welcome :D
https://www.youtube.com/watch?v=9c7MgPAEqW4
https://www.youtube.com/watch?v=9c7MgPAEqW4
YouTube
PNL Reader | Listen or read, the choice is yours | Language Learning Extension
PNL Reader: Elevate Your Reading with Audio, Dark Mode, Artistic Fonts, and Customizable Themes π
Features
Audio Player & Text-to-Speech π: Select any text and have it read aloud with a natural-sounding audio player.
Multiple themes, including Dark andβ¦
Features
Audio Player & Text-to-Speech π: Select any text and have it read aloud with a natural-sounding audio player.
Multiple themes, including Dark andβ¦
Updated the reader app again! Finally added auto page turning + reading. Now I can just listen to books on Royalroad or Scribblehub. Any other ebookworms? π
π Firefox: https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
π Chrome: https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
π Firefox: https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
π Chrome: https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
Something wasnβt quite right. I cached audio while reading paragraph by paragraph, but if a paragraph was too long, the browser could hit the storage limit and throw a "storage quota exceeded" error. Fixed that in v2.1.1, which also includes improved mobile UI. Suchβs dev life! π
A user asked for Firefox support on Android, and I thought, βSure, why not?β
Today, I finally got it running on my Android device using WSL on Windows. Little did I know how much effort it would take to get Android development working in WSL! βοΈπ
https://www.reddit.com/r/firefox/comments/1oihkb9/a_reader_extension_better_than_firefoxs_builtin/
Hereβs what I ran into:
1. The ADB proxy in WSL through the Windows host doesnβt work, and web-ext doesnβt support ADB proxy at all.
2. web-ext canβt recognize WSLβs odd folder naming in file paths.
3. Third thing, maybe the most frustrating issue is that most of the documentation for setting up the development flow on Windows is outdated. The screenshots are misleading, the text is conflicting with each other, which made AI chatbots pretty useless in this case.
But long story short, I finally got it working by forking the final build of the add-on to a Windows path and running web-ext directly on Windows to connect to my Android device via ADB. The workflow is still a bit broken, though.
On the design/ui side, I still need to tweak a few settings to make PNL Reader look better on mobile. But itβll be finished soon. Stay tuned!
This now got me thinking, is it time to abandon Windows, move to Linux instead? What about my precious steam games? I have been in Mac and Windows for too long, haven't really used Linux desktop for many years, what is your suggestion? in terms of like distro, terminal, editor etc.
#devlife #devlog #buildinpublic
Today, I finally got it running on my Android device using WSL on Windows. Little did I know how much effort it would take to get Android development working in WSL! βοΈπ
https://www.reddit.com/r/firefox/comments/1oihkb9/a_reader_extension_better_than_firefoxs_builtin/
Hereβs what I ran into:
1. The ADB proxy in WSL through the Windows host doesnβt work, and web-ext doesnβt support ADB proxy at all.
2. web-ext canβt recognize WSLβs odd folder naming in file paths.
3. Third thing, maybe the most frustrating issue is that most of the documentation for setting up the development flow on Windows is outdated. The screenshots are misleading, the text is conflicting with each other, which made AI chatbots pretty useless in this case.
But long story short, I finally got it working by forking the final build of the add-on to a Windows path and running web-ext directly on Windows to connect to my Android device via ADB. The workflow is still a bit broken, though.
On the design/ui side, I still need to tweak a few settings to make PNL Reader look better on mobile. But itβll be finished soon. Stay tuned!
This now got me thinking, is it time to abandon Windows, move to Linux instead? What about my precious steam games? I have been in Mac and Windows for too long, haven't really used Linux desktop for many years, what is your suggestion? in terms of like distro, terminal, editor etc.
#devlife #devlog #buildinpublic
Reddit
From the firefox community on Reddit: A reader extension better than Firefox's built-in reader mode and on both Firefox and Chrome
Explore this post and more from the firefox community
πFinally, the sweet Available on Firefox for Androidβ’ badge is achieved! Including tons of improves, guys, check it out π
https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#devlog #indiedev #buildinpublic
https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#devlog #indiedev #buildinpublic
addons.mozilla.org
PNL Reader: read quietly or read aloud β Get this Extension for π¦ Firefox (en-US)
Download PNL Reader: read quietly or read aloud for Firefox. Read any webpage quietly with dark mode, artistic fonts or read it aloud with natural sounding voices π
A reddit user asked for custom font support. Why would I say no? π As a CJK user, I understand the struggle. Itβs much cooler to use your own CJK font!π¨ Starting with version 2.3.1, you can now add and manage local fonts. π
π https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#devlog
π https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
#devlog
Changed PNL Reader's open-source license from MIT to GPLv3 since today. You know what it means if you have used github. Probably it doesn't matter anyway.
> https://github.com/pnlpal/pnl-reader?tab=readme-ov-file
#webdev #opensource #buildinpublic #programming
> https://github.com/pnlpal/pnl-reader?tab=readme-ov-file
#webdev #opensource #buildinpublic #programming
After a 3-day sprint, V2.4.0 just dropped ππ¨
New feats: sticky header, hidden icons, andβ¦ Translation πππ What a milestone! Talk is cheap, try it yourself! (Chrome version is still under review, stay tuned.)
π https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
π https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
#webdev #buildinpublic #pnlreader
New feats: sticky header, hidden icons, andβ¦ Translation πππ What a milestone! Talk is cheap, try it yourself! (Chrome version is still under review, stay tuned.)
π https://addons.mozilla.org/en-US/firefox/addon/pnl-reader/
π https://chromewebstore.google.com/detail/pnl-reader-read-quietly-o/amdebfiljmlhfkenbhhpckmmpkonpdfh
#webdev #buildinpublic #pnlreader
It's wild to see some wise man talking about 2025 in 2003.
https://www.reddit.com/r/videos/comments/1orodix/bernie_sanders_2003_speech_predicting_the_rise_of/
https://www.reddit.com/r/videos/comments/1orodix/bernie_sanders_2003_speech_predicting_the_rise_of/
Reddit
From the videos community on Reddit: Bernie Sanders' 2003 speech predicting the rise of MAGA and far-right
Explore this post and more from the videos community