Skip to content

Commit

Permalink
📦 v2.2.1 published
Browse files Browse the repository at this point in the history
  • Loading branch information
hover-inc committed Jul 29, 2020
1 parent eff1ab7 commit 2ce1e03
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Blocks ads on websites without getting detected.
Fork the repository and improve Hover!
Make edits in src folder, and then run ```npm run build```. This will create the dist folder, which is used by browsers.

Current stable version: 2.2.0
Dev version: 2.2.1
Current stable version: 2.2.1
Dev version: 2.2.2

## Next Steps
Transfer into a Firefox extension.
6 changes: 3 additions & 3 deletions dist/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"files": {
"main.css": "/static/css/main.bfd9321d.chunk.css",
"main.js": "/static/js/main.0cfabc6b.chunk.js",
"main.js": "/static/js/main.16eb4adc.chunk.js",
"runtime-main.js": "/static/js/runtime-main.a7c909dd.js",
"static/js/2.2f5ddc2b.chunk.js": "/static/js/2.2f5ddc2b.chunk.js",
"index.html": "/index.html",
"precache-manifest.713e848bfd266a29babd6b3698f8d6c2.js": "/precache-manifest.713e848bfd266a29babd6b3698f8d6c2.js",
"precache-manifest.a330f22b254970a63823ee2ca8c83a5d.js": "/precache-manifest.a330f22b254970a63823ee2ca8c83a5d.js",
"service-worker.js": "/service-worker.js",
"static/js/2.2f5ddc2b.chunk.js.LICENSE.txt": "/static/js/2.2f5ddc2b.chunk.js.LICENSE.txt",
"static/media/hover_logo.jpg": "/static/media/hover_logo.d2a9c858.jpg"
Expand All @@ -14,6 +14,6 @@
"static/js/runtime-main.a7c909dd.js",
"static/js/2.2f5ddc2b.chunk.js",
"static/css/main.bfd9321d.chunk.css",
"static/js/main.0cfabc6b.chunk.js"
"static/js/main.16eb4adc.chunk.js"
]
}
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Hover - Bypass Paywalls & Subscription Walls",
"description": "Hover is an undetectable, lightweight extension that automatically bypasses paywalls and blocks all ads.",
"manifest_version": 2,
"version": "2.2.0",
"version": "2.2.1",
"background": {
"scripts": ["bg_scripts/tab_data.js",
"bg_scripts/adblock_scripts/ad_domains.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/popup.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"/><title>React App</title><link href="/static/css/main.bfd9321d.chunk.css" rel="stylesheet"></head><body style="width:315px"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/static/js/runtime-main.a7c909dd.js"></script><script src="/static/js/2.2f5ddc2b.chunk.js"></script><script src="/static/js/main.0cfabc6b.chunk.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"/><title>React App</title><link href="/static/css/main.bfd9321d.chunk.css" rel="stylesheet"></head><body style="width:315px"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/static/js/runtime-main.a7c909dd.js"></script><script src="/static/js/2.2f5ddc2b.chunk.js"></script><script src="/static/js/main.16eb4adc.chunk.js"></script></body></html>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "0a74db074cfc418722b86e1bd9d9437e",
"revision": "1613891ffeec961695a975d780b87059",
"url": "/index.html"
},
{
"revision": "f84383bc27009d7bb72e",
"revision": "ef756f8278375e132ec6",
"url": "/static/css/main.bfd9321d.chunk.css"
},
{
Expand All @@ -16,8 +16,8 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/static/js/2.2f5ddc2b.chunk.js.LICENSE.txt"
},
{
"revision": "f84383bc27009d7bb72e",
"url": "/static/js/main.0cfabc6b.chunk.js"
"revision": "ef756f8278375e132ec6",
"url": "/static/js/main.16eb4adc.chunk.js"
},
{
"revision": "9dc1355d6503cab5a502",
Expand Down
2 changes: 1 addition & 1 deletion dist/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.713e848bfd266a29babd6b3698f8d6c2.js"
"/precache-manifest.a330f22b254970a63823ee2ca8c83a5d.js"
);

self.addEventListener('message', (event) => {
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import EnablePaywallBtn from './paywall_buttons/EnablePaywallBtn.js'
import PaywallSpoofBtn from './paywall_buttons/PaywallSpoofBtn.js'
import PaywallCookieBtn from './paywall_buttons/PaywallCookieBtn.js'

import DonateBtn from './DonateBtn.js'
import ReportBtn from './ReportBtn.js'

import logo from './hover_logo.jpg'
import './App.css';
Expand Down Expand Up @@ -94,8 +94,8 @@ class App extends React.Component {
<Accordion.Collapse eventKey="3">
<Card.Body>
<ul class="list-group list-group-flush">
<li class="list-group-item text-center" style={{fontSize:"14px"}}>Liking The Features? Consider Donating A Dollar To The Project!</li>
<li class="list-group-item text-center"><DonateBtn></DonateBtn></li>
<li class="list-group-item text-center" style={{fontSize:"14px"}}>Something Not Working?</li>
<li class="list-group-item text-center"><ReportBtn></ReportBtn></li>
</ul>
</Card.Body>
</Accordion.Collapse>
Expand Down
10 changes: 5 additions & 5 deletions src/DonateBtn.js → src/ReportBtn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* DonateBtn.js renders the button to use Donate to bypass paywalls
* ReportBtn.js renders the button to use report bugs
*/


Expand All @@ -9,24 +9,24 @@ import React, { Component } from "react";
import Button from 'react-bootstrap/Button';


class DonateBtn extends Component {
class ReportBtn extends Component {
constructor() {
super();
this.state = {
};
}

donate = () => {
let url = "https://www.paypal.me/sponsorhover"
let url = "https://github.com/hover-inc/hover-extension/issues/new"
chrome.tabs.create({url: url, active: true});
}

render() {
return (<div>
<Button onClick={this.donate} variant="outline-info">Sponsor</Button>
<Button onClick={this.donate} variant="outline-info">Report Bug</Button>
</div>
);
}
}

export default DonateBtn;
export default ReportBtn;

0 comments on commit 2ce1e03

Please sign in to comment.