mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
Release
This commit is contained in:
19
analytics.js
19
analytics.js
@@ -26,8 +26,27 @@
|
||||
ga('create', 'UA-61569164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
|
||||
gtag('js', new Date())
|
||||
gtag('config', 'G-H9EVNH8GNZ');
|
||||
|
||||
window.bitwiseCmdAnalyticsHandler = function(evt) {
|
||||
ga('send', Object.assign({hitType: 'event'}, evt));
|
||||
gtag('event', evt.eventAction, evt);
|
||||
return true;
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
/*
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-H9EVNH8GNZ');
|
||||
</script>
|
||||
*/
|
||||
@@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations."><meta property="og:url" content="http://bitwisecmd.com"/><meta property="og:type" content="website"/><meta property="og:title" content="BitwiseCmd"/><meta property="og:description" content="Free Text Online Bitwise Calculator"/><meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png"/><link rel="manifest" href="/manifest.json"/><title>BitwiseCmd</title><script defer="defer" src="/static/js/main.fdc79111.js"></script><link href="/static/css/main.7f035a17.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" style="height:100%"></div><script type="text/javascript" src="analytics.js"></script></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations."><meta property="og:url" content="http://bitwisecmd.com"/><meta property="og:type" content="website"/><meta property="og:title" content="BitwiseCmd"/><meta property="og:description" content="Free Text Online Bitwise Calculator"/><meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png"/><link rel="manifest" href="/manifest.json"/><title>BitwiseCmd</title><script defer="defer" src="/static/js/main.fdc79111.js"></script><link href="/static/css/main.7f035a17.css" rel="stylesheet"></head><script async src="https://www.googletagmanager.com/gtag/js?id=G-H9EVNH8GNZ"></script><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" style="height:100%"></div><script type="text/javascript" src="analytics.js"></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user