LibreGRAB

Download all the booty!

< 脚本 LibreGRAB 的反馈

提问 / 留言

§
发布于:2025-10-05

Sora compatability. I work for a school district and get access to their library through Sora which is made by the same company as Libby and Overdrive. The interface is very similar to libbyapp.com since it is the same website. The website is soraapp.com. I added the site to the script and can get the script to see Sora, but all I get is a blank website when I go to soraapp.com. Am I doing something wrong? Is there something special I need to add to the script to get it to work?

§
发布于:2025-10-06

Oh! It's a spinning, loading wheel, not a blank page.

§
发布于:2025-10-08

Sorry for the late reply, Which page are you getting that black screen on? Is it the homepage for Sora, or is it the audiobook itself? The reason I ask is that the script should only be injected in the audiobook player.

For example, these are the lines used to inject in the Libby website:

// @match         *://*.listen.libbyapp.com/*
// @match         *://*.read.libbyapp.com/?*

These urls are the iframe urls for the respective players, so LibreGRAB script should never touch the homepage.

My assumption, if Sora is truly a reskinned Libby (like overdrive is), you can modify the script to the following.

// @match         *://*.listen.soraapp.com/*
// @match         *://*.read.soraapp.com/?*

However, if you are getting a black screen on the Sora audiobook player, then it is likely the LibreGRAB extension is somehow crashing the audiobook player itself, otherwise my injected GUI would simply not appear and the Sora website would work like normal.

If you continue to have this issue, I ask that you open an issue on my github page here so I can give you further assistance.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址