Will B Chang

Results 29 comments of Will B Chang

I have the same issue. P.S. @bpPrg here is a typo in the title. `word` => `work`

Hi @vladstudio, thanks for your feedback! Sorry for the late reply, I was working on https://github.com/willbchang/chrome-read-later/releases/tag/V5.0.0 (It's available in the Chrome Web Store now). It's surely better if we can...

>It's actually a bit sad to see "read later" functionality built inside Chrome - this inevitably means your extension will be less used. I agree with you, I have thought...

@GeoNomad Great work! This will solve the problem for those who want to access the reading list from the phone.

Good idea! After some digging I found that popup only has [onClicked](https://developer.chrome.com/docs/extensions/reference/action/#event-onClicked) event which cannot finish this feature. Please let me know if you have experienced this behavior in other...

Maybe: - Writing some functions in content-script to make the drag-drop behavior inside current page instead of the extension icon, e.g. shows up a Read Later icon in the **top...

Hi Peter, thanks for reminding. I think the upgrade doesn't affect the functionalities, hence I will finish this in my spare time before being deprecated. I might be busy on...

#51 same thing https://manga.bilibili.com/mc24742/218236 ```javascript $('.ps-container').scrollTop window.innerHeight $('.ps-container').scrollHeight ```

I'm the same macOS and Xcode version with you. It works fine on my computer. 1. Try restart. 2. Do these steps again.

https://developer.chrome.com/blog/extension-news-october-2023/#coming-soon-apis From Chrome 120, this extension should be able to use **ReadingList API** to sync the reading list between phone and computer. - [Issue 1421058: [ Extensions ] Reading List...