Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxgeller/isogrammer
isogram as a service
https://github.com/jaxgeller/isogrammer
Last synced: 16 days ago
JSON representation
isogram as a service
- Host: GitHub
- URL: https://github.com/jaxgeller/isogrammer
- Owner: jaxgeller
- Created: 2015-01-14T03:24:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T18:18:46.000Z (over 9 years ago)
- Last Synced: 2023-09-19T18:47:04.484Z (over 1 year ago)
- Language: CSS
- Homepage: http://isogrammer.com/
- Size: 251 KB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### turn your google analytics code from something like this
```html
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UIDHERE', 'auto');
ga('send', 'pageview');```
### to this
```html
(function(b,r,a,v,e,u,x){b['GoogleAnalyticsObject']=e;b[e]=b[e]||function(){
(b[e].q=b[e].q||[]).push(arguments)},b[r].l=1*new Date();u= r.createElement(a),
x= r.getElementsByTagName(a)[0];u.async=1;u.src=v ;x.parentNode.insertBefore(u,x)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UIDHERE', 'auto');
ga('send', 'pageview');```
# It's a nice touch.