Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita authored Apr 28, 2017
1 parent 635aad7 commit 67ce4cc
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Save Analytics From Content Blockers

A repository with demo application for my Medium article "Save Your Analytics from Content Blockers"
(will be released soon).
This is a repository with demo application code for [my Medium article "Save Your Analytics from Content Blockers"](https://medium.com/@zitro/save-your-analytics-from-content-blockers-7ee08c6ec7ee).

You can use modified analytics script directly from GitHub pages (until it appears in ad-blockers
filter):
You can use modified analytics script directly from GitHub pages (until it appears in ad-blockers filters :smile:):

```html
<script>
Expand All @@ -16,15 +14,14 @@ filter):
<script src="https://zitros.github.io/save-analytics-from-content-blockers/analytics.js" async></script>
```

Testing
-------
Running the Example
-------------------

Having latest [NodeJS and NPM](https://nodejs.org) installed, run the server with the following
command:
Having the latest [NodeJS and NPM](https://nodejs.org) installed, run the server with the following command:

```bash
npm install
npm run start
```

Now go to the printed link.
Then go to the printed link. To explore the example completely, you need **static IP address** at least.

0 comments on commit 67ce4cc

Please sign in to comment.