WebToEpub icon indicating copy to clipboard operation
WebToEpub copied to clipboard

Need support: Retrieving entire chapter content from a website requires login and there is a delay when loading content

Open laofun opened this issue 1 year ago • 1 comments

Describe:

  1. Problem description:

    • I developed a Parser for metruyencv.com and integrated it into the WebToEpub project.
    • Parser works well with unencrypted chapters.
    • With encrypted chapters: the chapter content after the first page load is only a part, and the rest is loaded via the API, then decoded and displayed via canvas (obfuscated) after a period of time .
  2. Technical issues:

    • I wrote code to decrypting content from canvas to text (tested successfully on chrome console).
    • Need a method to wait and get the chapter content completely, including handling the login state and waiting until the content is converted to canvas and then decoded to text.

    URL of chapter: URL of chapter

laofun avatar Jan 13 '24 05:01 laofun

@laofun It's a violation of the Chrome stores policy for an extension to bypass anti-copy measures. Doing so will get it banned. If you want to do this for yourself, I'd suggest you try opening a tab, and then inject a content script into the tab. https://developer.chrome.com/docs/extensions/develop/concepts/content-scripts

dteviot avatar Jan 14 '24 04:01 dteviot

closed as not planed.

gamebeaker avatar Aug 08 '24 10:08 gamebeaker