-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
24 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
source.pem | ||
comixology.js |
This file contains 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
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>ComiXology Backup</title> | ||
<title>Comic Backup</title> | ||
<!-- This file, in conjunction with toast.js, will create the toast alert. It is distributed under The MIT License (http://opensource.org/licenses/mit-license.php), and all credit for development goes to https://github.com/CodeSeven/toastr --> | ||
<link href="toastr.css" rel="stylesheet"/> | ||
<script src="jquery-2.1.4.min.js"></script> | ||
|
@@ -121,8 +121,8 @@ | |
</style> | ||
</head> | ||
<body> | ||
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.2 by <b>Cortys</b></a> | ||
<h1><img src="[email protected]" alt="Comixology Backup Settings"></h1> | ||
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.3 by <b>Cortys</b></a> | ||
<h1><img src="[email protected]" alt="Comic Backup Settings"></h1> | ||
<div id="content"> | ||
<h2>Backup behaviour</h2> | ||
<div class="aligner">Page format:</div><div class="aligner r"><select id="page"> | ||
|
@@ -170,11 +170,11 @@ <h2>Updates</h2> | |
<h2>I need help!</h2> | ||
<section><b>How is "Scan" different from the official backup options?</b> When you backup a comic with this extension, it takes high quality screenshots from the web reader. Those are quite good but do not match the quality of the official downloads. You should use "Scan" if you want to have smaller files or a comic is not officially available for download.</section> | ||
<section><b>The download never starts!</b> To use the extension make sure you disabled the <i>Prompt to continue</i> message in the settings of the web reader (click the gear to get there).</section> | ||
<section><b>My backups stop randomly and/or have blank pages!</b> Network latencies and UI event handling delays in the ComiXology reader are quite unpredictable and can cause blank pages or even stop your backups. To circumvent that, you should increase the <u>page swap interval</u>. It determines the shortest allowed interval between two page swaps.</section> | ||
<section><b>My backups stop randomly and/or have blank pages!</b> Network latencies and UI event handling delays in the reader are quite unpredictable and can cause blank pages or even stop your backups. To circumvent that, you should increase the <u>page swap interval</u>. It determines the shortest allowed interval between two page swaps.</section> | ||
<div class="aligner">Min. page swap interval:</div><div class="aligner r"><input value="600" type="text" id="pageSwapDelay"> ms</div> | ||
<section><b>Some pages are missing in my backups!</b> You might want to fiddle with the <u>page skip delay</u>. It determines how long to wait for a reaction to a page swap. If the reader did not show any reaction to a page swap for the given time, the backup will just continue with the next page. This option is essential for manga fixed format comics, that have to be backuped in dual-page-mode and thus do not rerender every second page.</section> | ||
<div class="aligner">Page skip delay:</div><div class="aligner r"><input value="1200" type="text" id="pageSkipDelay"> ms</div><br> | ||
<section><b>It still does not work!</b> Sometimes ComiXology changes their reader code. If that happens you can force a new exploit scan and the plugin will try to detect a new way to backup your comics. In order to do that you will be asked to perform some actions the next time you open a comic.</section> | ||
<section><b>It still does not work!</b> Sometimes the code of the online reader is changed. If that happens you can force a new exploit scan and the plugin will try to detect a new way to backup your comics. In order to do that you will be asked to perform some actions the next time you open a comic.</section> | ||
<div class="aligner">Force new exploit scan:</div><div class="aligner r"><select id="selectors" data-message="reload_page"> | ||
<option value="0">Yes</option> | ||
<option value="1">No</option> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
120 | ||
121 |