Skip to content

Commit dc15f44

Browse files
committed
Version 2.3.2
1 parent 5aa5d39 commit dc15f44

File tree

9 files changed

+8
-6
lines changed

9 files changed

+8
-6
lines changed

download.zip

1.99 KB
Binary file not shown.

extension.crx

995 Bytes
Binary file not shown.

source/HackTimer.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/HackTimerWorker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
var current_version = 119,
3+
var current_version = 120,
44
div, linkStyle = "color:#ffffff;font-weight:bold;background:linear-gradient(to bottom, rgb(115, 152, 200) 0%,rgb(179, 206, 233) 1%,rgb(82, 142, 204) 5%,rgb(79, 137, 200) 20%,rgb(66, 120, 184) 50%,rgb(49, 97, 161) 100%);padding:3px;text-decoration:none;display:inline-block;width:70px;text-align:center;height:22px;box-sizing:border-box;line-height:14px;border:1px solid rgb(49,96,166);",
55
settings;
66

source/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Comixology Backup",
55
"description": "Save your Comixology comics as standard CBZ files.",
6-
"version": "2.3.1",
6+
"version": "2.3.2",
77
"minimum_chrome_version": "39",
88

99
"icons": {
@@ -37,7 +37,7 @@
3737
"run_at": "document_start"
3838
}, {
3939
"matches": ["*://www.comixology.com/comic-reader/*", "*://www.comixology.eu/comic-reader/*", "*://www.comixology.co.uk/comic-reader/*", "*://www.comixology.fr/comic-reader/*", "*://www.comixology.de/comic-reader/*", "*://comicstore.marvel.com/comic-reader/*", "*://www.readdcentertainment.com/comic-reader/*"],
40-
"js": ["diffMatchPatch.js", "common.js", "comicReader.js"],
40+
"js": ["HackTimer.js", "diffMatchPatch.js", "common.js", "comicReader.js"],
4141
"run_at": "document_idle"
4242
}, {
4343
"matches": ["*://www.comixology.com/my-*", "*://www.comixology.eu/my-*", "*://www.comixology.co.uk/my-*", "*://www.comixology.fr/my-*", "*://www.comixology.de/my-*", "*://comicstore.marvel.com/my-*", "*://www.readdcentertainment.com/my-*", "*://www.comixology.com/wishlists*", "*://www.comixology.eu/wishlists", "*://www.comixology.co.uk/wishlists", "*://www.comixology.fr/wishlists", "*://www.comixology.de/wishlists", "*://comicstore.marvel.com/wishlists", "*://www.readdcentertainment.com/wishlists"],

source/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</style>
122122
</head>
123123
<body>
124-
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.1 by <b>Cortys</b></a>
124+
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.2 by <b>Cortys</b></a>
125125
<h1><img src="[email protected]" alt="Comixology Backup Settings"></h1>
126126
<div id="content">
127127
<h2>Backup behaviour</h2>

source/reactivateDom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
var script = document.createElement("script");
44
script.type = "text/javascript";
55
script.id = randomString(20, 40);
6-
script.innerHTML = "(function(){var f=function MutationObserver(){},sp=Event.prototype.stopPropagation;f.prototype.observe=function(){};Object.defineProperty(window, 'MutationObserver', {value:f,writable:false});Event.prototype.stopPropagation=function stopPropagation(){if(!document.documentElement.hasAttribute('scanning'))sp.apply(this,arguments);};document.documentElement.removeChild(document.getElementById('" + script.id + "'));})()";
6+
script.innerHTML = "(function(){var f=function MutationObserver(){},sp=Event.prototype.stopPropagation;f.prototype.observe=function(){};window.MutationObserver=f;Object.defineProperty(window, 'MutationObserver', {value:f,writable:false,configurable:false});Event.prototype.stopPropagation=function stopPropagation(){if(!document.documentElement.hasAttribute('scanning'))sp.apply(this,arguments);};document.documentElement.removeChild(document.getElementById('" + script.id + "'));})()";
77

88
document.documentElement.insertBefore(script, document.documentElement.firstChild);

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
119
1+
120

0 commit comments

Comments
 (0)