Skip to content

Commit

Permalink
Version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortys committed Feb 5, 2016
1 parent 5aa5d39 commit dc15f44
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
Binary file modified download.zip
Binary file not shown.
Binary file modified extension.crx
Binary file not shown.
1 change: 1 addition & 0 deletions source/HackTimer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions source/HackTimerWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

var current_version = 119,
var current_version = 120,
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);",
settings;

Expand Down
4 changes: 2 additions & 2 deletions source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Comixology Backup",
"description": "Save your Comixology comics as standard CBZ files.",
"version": "2.3.1",
"version": "2.3.2",
"minimum_chrome_version": "39",

"icons": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"run_at": "document_start"
}, {
"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/*"],
"js": ["diffMatchPatch.js", "common.js", "comicReader.js"],
"js": ["HackTimer.js", "diffMatchPatch.js", "common.js", "comicReader.js"],
"run_at": "document_idle"
}, {
"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"],
Expand Down
2 changes: 1 addition & 1 deletion source/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</style>
</head>
<body>
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.1 by <b>Cortys</b></a>
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.3.2 by <b>Cortys</b></a>
<h1><img src="logoOptions@2x.png" alt="Comixology Backup Settings"></h1>
<div id="content">
<h2>Backup behaviour</h2>
Expand Down
2 changes: 1 addition & 1 deletion source/reactivateDom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
var script = document.createElement("script");
script.type = "text/javascript";
script.id = randomString(20, 40);
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 + "'));})()";
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 + "'));})()";

document.documentElement.insertBefore(script, document.documentElement.firstChild);
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
119
120

0 comments on commit dc15f44

Please sign in to comment.