Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hover Extension Update #1

Merged
merged 2 commits into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove adblock functionality ☠️
  • Loading branch information
hover-inc committed Aug 25, 2020
commit 7ec9442518dda24bbe25d351a7e4db769e40003d
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Hover](slideshow/hover_logo.png)

### An open-sourced extension that automatically blocks all ads and bypasses paywalls.
### An open-sourced extension that allows you to access important, blocked information.

# Features

Expand Down Expand Up @@ -28,8 +28,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.3
Dev version: 2.2.4
Current stable version: 2.2.5
Dev version: 2.2.6

## Next Steps
Transfer into a Firefox extension.
12 changes: 6 additions & 6 deletions dist/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"files": {
"main.css": "/static/css/main.bfd9321d.chunk.css",
"main.js": "/static/js/main.18e5b942.chunk.js",
"main.js": "/static/js/main.818031d3.chunk.js",
"runtime-main.js": "/static/js/runtime-main.a7c909dd.js",
"static/js/2.2f5ddc2b.chunk.js": "/static/js/2.2f5ddc2b.chunk.js",
"static/js/2.f240d2f8.chunk.js": "/static/js/2.f240d2f8.chunk.js",
"index.html": "/index.html",
"precache-manifest.1462c08abe0b208b172921f9e1a9589a.js": "/precache-manifest.1462c08abe0b208b172921f9e1a9589a.js",
"precache-manifest.51c06e97938f5550f8324f62f6787e13.js": "/precache-manifest.51c06e97938f5550f8324f62f6787e13.js",
"service-worker.js": "/service-worker.js",
"static/js/2.2f5ddc2b.chunk.js.LICENSE.txt": "/static/js/2.2f5ddc2b.chunk.js.LICENSE.txt",
"static/js/2.f240d2f8.chunk.js.LICENSE.txt": "/static/js/2.f240d2f8.chunk.js.LICENSE.txt",
"static/media/hover_logo.jpg": "/static/media/hover_logo.d2a9c858.jpg"
},
"entrypoints": [
"static/js/runtime-main.a7c909dd.js",
"static/js/2.2f5ddc2b.chunk.js",
"static/js/2.f240d2f8.chunk.js",
"static/css/main.bfd9321d.chunk.css",
"static/js/main.18e5b942.chunk.js"
"static/js/main.818031d3.chunk.js"
]
}
Loading