Kindle 1.24以降を Windows 2000で使った時Myノートがエラーになる理由
Kindle 1.24以降を Windows 2000で使うと、Myノートを開いたときに
Sorry 🙁
In order to view your notes and highlights you must have Internet Explorer 11 or higher installed on your machine. Click the link below or copy and paste into another supported browser:https://support.microsoft.com/help/17621/
If you do not want to install Internet Explorer, you can view your notes and highlights on https://read.amazon.com/notebook/
のようなメッセージが出てきて使えません。
どういうことかというと、 1.23以前では、内部に入っている Qt5のコンポーネントでアクセスしているのですが、 1.24以降では Windows内蔵のEdgeを使用するようになったのが理由の様です。
アクセス先は、Amazon\Kindle\index.htm なので qwebchannel.js をどうにかすれば動くかもしれませんね ・ω・
I opened qwebchannel.js in Notepad++ v7.9.2 and found no relevant information there that helps solve the error of IE11 required.
Maybe you can try, since you have more knowledge of these than I do. I’m still learning.