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

GH-1817 Adds adblocker-circumvention module #443

Merged
merged 3 commits into from Aug 26, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

GH-1817 adds anti-ad-block circumvention

  • Loading branch information
christophertino committed Aug 26, 2019
commit 5cd63514421df4ded00245f198f8aae448aaf910
@@ -4,6 +4,7 @@
+ Fix error message on Forgot Password panel (#440)
+ Update Intro Hub copy for Firefox (#436)
+ Change Rewards opt-in setting for Firefox (#437)
+ Adds Cliqz anti-ad-blocker circumvention rules
+ Updated translations

### GHOSTERY 8.4.1 (August 6, 2019)
@@ -6,12 +6,10 @@
Ghostery helps you browse smarter by giving you control over ads and tracking technologies to speed up page loads, eliminate clutter, and protect your data. This is the unified code repository for the Ghostery browser extensions in Chrome, Firefox, Opera and Edge.

## Downloads
**Firefox** – [Download](https://addons.mozilla.org/en-US/firefox/addon/ghostery/)
**Firefox / Cliqz** – [Download](https://addons.mozilla.org/en-US/firefox/addon/ghostery/)

**Chrome** – [Download](https://chrome.google.com/webstore/detail/ghostery-%E2%80%93-privacy-ad-blo/mlomiejdfkolichcflejclcbmpeaniij)

**Cliqz** – [Download](https://s3.amazonaws.com/cdncliqz/update/browser/firefox%40ghostery.com/latest.xpi)

**Opera** – [Download](https://addons.opera.com/en/extensions/details/ghostery/)

**Edge** – [Download](https://www.microsoft.com/en-us/store/p/ghostery/9nblggh52ngz)
@@ -18,3 +18,6 @@
*/

import 'browser-core/build/core/content';
import injectCircumvention from '@cliqz/adblocker-circumvention';

injectCircumvention(window);
@@ -42,6 +42,7 @@
},
"homepage": "https://github.com/ghostery/ghostery-extension#readme",
"dependencies": {
"@cliqz/adblocker-circumvention": "^0.12.1",
"@cliqz/url-parser": "^1.0.2",
"base64-js": "^1.2.1",
"browser-core": "https://github.com/cliqz-oss/browser-core/releases/download/v7.37.7/browser-core-7.37.7.tgz",
ProTip! Use n and p to navigate between commits in a pull request.