dteviot
dteviot
And, it looks like you've already moved most of the contents to the wiki.
@gamebeaker IIRC, you can't use the source directly in Firefox. Need to build the xpi and then unzip. To start with, Firefox is using manifest v2, chrome is v3. So,...
@rektpartyaftermath You have not supplied a URL, I'm going to assume you're using site https://novelringan.com/. You can remove the duplicated text by using EpubEditor https://github.com/dteviot/EpubEditor/issues/4 with the following script ```javascript...
WebToEpub is currently using the Basic WordPress parser for this site. That's been around for a long time. Checking the Git history, I can find no reference to novelringan
@LisArits I'm sorry, I don't know Chinese, so I can't tell what's been 'mixed up". Looking at the raw HTML, there's no immediately obvious tags to indicate what's scrambled or...
They're not just doing character replacement. The content isn't on the initial page that is downloaded. Instead a second call is made to get the content. e.g. For first chapter...
@norabelle101 > came to ask if there's maybe any updates on this issue. Short answer: no. Long answer: The problem (which I'm seeing more and more) is sites where the...
This looks like a solution to me. https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings > text eol=crlf Git will always convert line endings to CRLF on checkout. You should use this for files that must keep...
As regards versioning, I think it should go something like 1.0.x.y where x gets bumped each time a version is published to the Chrome and Firefox stores, and y is...
@gamebeaker It's not doing the latest build. If you examine the source from https://github.com/dteviot/WebToEpub/releases/tag/developer-build, the version in the manifest file is 0.0.0.161. And I don't see the parser I just...