mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
Application release
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
window.bitwiseCmdAnalyticsHandler = function() {return false};
|
||||
|
||||
if (!!navigator.doNotTrack) {
|
||||
console.log('Analytics tracking disabled by browser settings.');
|
||||
return;
|
||||
}
|
||||
|
||||
var key = 'TrackAnalytics';
|
||||
var disableAnalytics = localStorage.getItem(key) === 'false' || window.location.hash.indexOf('-notrack') > -1
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- Commit: 8a391271975ca2eea9418bfae3a73fbbc14b47d5 -->
|
||||
<!-- Commit: 792c11a36a40898f4b383e13ef83782b8518051b -->
|
||||
<!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.58851a5b.js"></script><link href="/static/css/main.b2814c18.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>
|
||||
@@ -1,2 +1,2 @@
|
||||
(node:2386) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
|
||||
(node:2335) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
|
||||
(Use `node --trace-deprecation ...` to show where the warning was created)
|
||||
|
||||
Reference in New Issue
Block a user