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 22, 2018
2 parents 61c6f2c + 09c20ae commit 381815a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/FreeKiss/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ chrome.webRequest.onBeforeRequest.addListener(
return {cancel: true};
},
{
urls: ["*://deloton.com/*", "*://cobalten.com/*"]
urls: ["*://deloton.com/*", "*://cobalten.com/*", "*://3phzb1pbij.com/*"]
},
["blocking"]
);
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.3">1.2.3</a></h2>
<ul>
<li>Tried to remove the on-click ads provider with random urls. Not sure it will work for everyone, this will have to be monitored.</li>
</ul>
</div>
<div class="patch">
<h2><a href="https://github.com/Gerardufoin/FreeKiss/releases/tag/v1.2.2">1.2.2</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.2",
"version": "1.2.3",

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

0 comments on commit 381815a

Please sign in to comment.