Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/Develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardufoin committed Aug 30, 2018
2 parents 381815a + a5905a6 commit daa098d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Scripts/Class/FreeKiss.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,9 @@ var FreeKiss = {
}
}
};

/** Prevent onclick ads on KissManga from firing. */
var script = document.createElement('script');
script.textContent = "var f=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(type,fn,capture){this.f=f;if(type!='mousedown'){this.f(type,fn,capture);}}";
(document.head || document.documentElement).appendChild(script);
script.remove();
6 changes: 6 additions & 0 deletions Views/Patchnotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<div id="content">
<h1>Versions</h1>
<hr>
<div class="patch">
<h2><a href="https://github.com/Gerardufoin/FreeKiss/releases/tag/v1.2.4">1.2.4</a></h2>
<ul>
<li>Harmful onclick ads providers on KissManga are probably related to Hydra. Kill one and two new ones appear. Trying a new method to get rid of them (hopefully for good).</li>
</ul>
</div>
<div class="patch">
<h2><a href="https://github.com/Gerardufoin/FreeKiss/releases/tag/v1.2.3">1.2.3</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "FreeKiss",
"short_name": "FreeKiss",
"description": "Enhance your KissManga experience.",
"version": "1.2.3",
"version": "1.2.4",

"icons": {
"16": "Images/Icons/icon16.png",
Expand Down

0 comments on commit daa098d

Please sign in to comment.