Skip to content

Commit cf99fec

Browse files
committed
html: Remove analytics and change base domain
1 parent 6926900 commit cf99fec

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This package uses the [GitHub API](https://developer.github.com/v3/repos/#list-t
1515
## Usage
1616

1717
```sh
18-
jquery-size -csv "jquery-size-data.csv" -html "jquery-size-data.html"
18+
jquery-size -csv "jquery-size-data.csv" -html "index.html"
1919
```
2020

2121
```

jquery-size-data.html renamed to index.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ <h1>jQuery file size</h1>
16001600
</tbody>
16011601
</table>
16021602
<div id="chart"></div>
1603-
<p>Made by <a href="/">@mathias</a></p>
1603+
<p>Made by <a href="https://mathiasbynens.be/">@mathias</a></p>
16041604
<script src="https://www.google.com/jsapi"></script>
16051605
<script>
16061606
google.load('visualization', '1', {
@@ -1636,13 +1636,6 @@ <h1>jQuery file size</h1>
16361636
}
16371637
})
16381638
});
1639-
var _gaq=[['_setAccount','UA-6065217-11'],['_trackPageview']];
1640-
(function(d,t){
1641-
var ga = d.createElement(t);
1642-
var s = d.getElementsByTagName(t)[0];
1643-
ga.src='https://www.google-analytics.com/ga.js';
1644-
s.parentNode.insertBefore(ga, s);
1645-
}(document,'script'))
16461639
</script>
16471640
</body>
16481641
</html>

template/demo.tmpl

+1-8
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</tbody>
6363
</table>
6464
<div id="chart"></div>
65-
<p>Made by <a href="/">@mathias</a></p>
65+
<p>Made by <a href="https://mathiasbynens.be/">@mathias</a></p>
6666
<script src="https://www.google.com/jsapi"></script>
6767
<script>
6868
google.load('visualization', '1', {
@@ -98,13 +98,6 @@ google.setOnLoadCallback(function() {
9898
}
9999
})
100100
});
101-
var _gaq=[['_setAccount','UA-6065217-11'],['_trackPageview']];
102-
(function(d,t){
103-
var ga = d.createElement(t);
104-
var s = d.getElementsByTagName(t)[0];
105-
ga.src='https://www.google-analytics.com/ga.js';
106-
s.parentNode.insertBefore(ga, s);
107-
}(document,'script'))
108101
</script>
109102
</body>
110103
</html>

0 commit comments

Comments
 (0)