fix(en.comix): fix fetch token#506
Closed
jianmingyong wants to merge 2 commits into
Closed
Conversation
Author
|
Now that I think about it, this is probably not going to stay working for long. Then again, I am not so sure as they use the probe to find the hashing function than using “Qi / qi”. Reference: keiyoushi/extensions-source#15748 |
Author
|
I have kind of implement the probing function so that it can hopefully survive changes based on the above reference. The JavaScript is about the same, just that I made the output into a json string so I can pass it down and point to the correct function. |
Contributor
|
I implemented a similar fix (#507) a little bit more concisely, so I'm going to merge that instead, but thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This quick fix is based on what was being used currently. I tested this and it does load the chapter list now (though the speed is really slow).