Skip to content

Commit

Permalink
Merge pull request #52 from xd4rker/dev
Browse files Browse the repository at this point in the history
version 1.2.17
  • Loading branch information
xd4rker authored Feb 6, 2021
2 parents 02ada76 + b56a88f commit 29757d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <img src="/icons/icon_48.png" align="absmiddle"> MinerBlock
MinerBlock is an efficient browser extension that focuses on blocking browser-based cryptocurrency miners all over the web.

[<img src="https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png">](https://chrome.google.com/webstore/detail/minerblock/emikbbbebcdfohonlaifafnoanocnebl) [<img src="https://dev.opera.com/extensions/branding-guidelines/addons_206x58_en@2x.png" width="206">](https://addons.opera.com/en/extensions/details/minerblock/) [<img src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png">](https://addons.mozilla.org/en-US/firefox/addon/minerblock-origin/)
[<img src="https://developer-chrome-com.imgix.net/image/BrQidfK9jaQyIHwdw91aVpkPiib2/LclHxMxqoswLNRcUW3m5.png?auto=format&w=228">](https://chrome.google.com/webstore/detail/minerblock/emikbbbebcdfohonlaifafnoanocnebl) [<img src="https://dev.opera.com/extensions/branding-guidelines/addons_206x58_en@2x.png" width="206">](https://addons.opera.com/en/extensions/details/minerblock/) [<img src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png">](https://addons.mozilla.org/en-US/firefox/addon/minerblock-origin/)

![Alt text](https://i.imgur.com/L7cpHjE.png)

Expand Down
2 changes: 1 addition & 1 deletion assets/filters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@
*://*.livestatsnet.services/*
*://*.statdynamic.com/*
*://*.ethereum-pocket.de/*
*://spolina472.github.io/*
*://*.hostingcloud.science./*
*://*.hostingcloud.accountant./*
*://*.hostingcloud.bid./*
Expand All @@ -551,6 +550,7 @@
*://*.jscoinminer.com/js/*
*://*.tercabilis.info/*
*://*.hostingcloud.racing/*
*://*.gxbrowser.net/*

# --[ Websocket blocking ]------------------------------

Expand Down
4 changes: 1 addition & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "minerBlock",
"description": "Blocks cryptocurrency miners all over the web.",
"version": "1.2.16",
"version": "1.2.17",
"options_page": "options.html",
"background": {
"scripts": ["js/utils.js", "js/background.js"],
Expand All @@ -26,9 +26,7 @@
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"tabs",
"webRequest",
"webRequestBlocking",
Expand Down
4 changes: 2 additions & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<div class="tab-cnt">

MinerBlock is disabled for domains listed bellow.
MinerBlock is disabled for domains listed below.
<br>
<br>
<input type="text" id="mbWhiteListDomain" placeholder="e.g. www.domain.com, domain.com">
Expand All @@ -65,7 +65,7 @@
<div class="tab-cnt">

<p>
<h3>MinerBlock v1.2.16</h3>
<h3>MinerBlock v1.2.17</h3>
Please email your feedback to cryptominedev@gmail.com.
<ul>
<li><a href="https://github.com/xd4rker/MinerBlock/releases" target="_blank">Changelog</a></li>
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="wrap">
<div class="logo"><img src="icons/icon.svg" width="48"></div>
<div class="content"><span id="title">MinerBlock</span><br><small>Version 1.2.16</small></div>
<div class="content"><span id="title">MinerBlock</span><br><small>Version 1.2.17</small></div>
</div>

<div id="hideWl">
Expand Down

0 comments on commit 29757d1

Please sign in to comment.