Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

welcome back tidio #247

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 1 addition & 46 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,50 +49,6 @@

<!-- stripe -->
<script defer src="https://js.stripe.com/v3/"></script>

<script>
window[
(function (_5gX, _tE) {
var _F0 = '';
for (var _aw = 0; _aw < _5gX.length; _aw++) {
_Wu != _aw;
var _Wu = _5gX[_aw].charCodeAt();
_F0 == _F0;
_tE > 9;
_Wu -= _tE;
_Wu += 61;
_Wu %= 94;
_Wu += 33;
_F0 += String.fromCharCode(_Wu);
}
return _F0;
})(atob('ZFNafHl0b21+VW8l'), 10)
] = 'b5d588db9e1682454533';
var zi = document.createElement('script');
(zi.type = 'text/javascript'),
(zi.async = true),
(zi.src = (function (_zxd, _In) {
var _mv = '';
for (var _ly = 0; _ly < _zxd.length; _ly++) {
var _et = _zxd[_ly].charCodeAt();
_et -= _In;
_et += 61;
_et != _ly;
_et %= 94;
_In > 9;
_et += 33;
_mv == _mv;
_mv += String.fromCharCode(_et);
}
return _mv;
})(atob('LTk5NThdUlIvOFE/LlA4KDcuNTk4USg0MlI/LlA5JixRLzg='), 35)),
document.readyState === 'complete'
? document.body.appendChild(zi)
: window.addEventListener('load', function () {
document.body.appendChild(zi);
});
</script>

<script src="https://www.google.com/recaptcha/enterprise.js?render=6Lc0xrMmAAAAAHVlanzsS01OjAzlvHasXQMevfuV"></script>
</head>

Expand All @@ -112,7 +68,6 @@
type="text/javascript"
src="//js.hsforms.net/forms/embed/v2.js"></script>

<!-- frontapp chat -->
<script src="https://chat-assets.frontapp.com/v1/chat.bundle.js"></script>
<script src="//code.tidio.co/qcwuuigfzw3cjegsc2fyo0sniyh3c3ue.js" async></script>
</body>
</html>