mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Moving the script snippet to a separate file solves the Opera crash
This commit is contained in:
@@ -149,48 +149,7 @@
|
||||
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
|
||||
|
||||
<!-- ZoomInfo snippet -->
|
||||
<script>
|
||||
window[
|
||||
(function (_Zru, _8Y) {
|
||||
var _xl5tm = '';
|
||||
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
||||
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
||||
_xl5tm == _xl5tm;
|
||||
_8Y > 1;
|
||||
_Byez -= _8Y;
|
||||
_Byez += 61;
|
||||
_Byez %= 94;
|
||||
_Byez != _TIuCxy;
|
||||
_Byez += 33;
|
||||
_xl5tm += String.fromCharCode(_Byez);
|
||||
}
|
||||
return _xl5tm;
|
||||
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
||||
] = '4ce384f5211739471366';
|
||||
var zi = document.createElement('script');
|
||||
(zi.type = 'text/javascript'),
|
||||
(zi.async = true),
|
||||
(zi.src = (function (_usb, _Uo) {
|
||||
var _wrQrR = '';
|
||||
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
||||
_ZsFL != _uILjGf;
|
||||
_wrQrR == _wrQrR;
|
||||
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
||||
_ZsFL -= _Uo;
|
||||
_ZsFL += 61;
|
||||
_ZsFL %= 94;
|
||||
_Uo > 4;
|
||||
_ZsFL += 33;
|
||||
_wrQrR += String.fromCharCode(_ZsFL);
|
||||
}
|
||||
return _wrQrR;
|
||||
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
||||
document.readyState === 'complete'
|
||||
? document.body.appendChild(zi)
|
||||
: window.addEventListener('load', function () {
|
||||
document.body.appendChild(zi);
|
||||
});
|
||||
</script>
|
||||
<script defer src="/scripts/zoominfo.js"></script>
|
||||
{/if}
|
||||
|
||||
<!-- canonical url -->
|
||||
|
||||
40
static/scripts/zoominfo.js
Normal file
40
static/scripts/zoominfo.js
Normal file
@@ -0,0 +1,40 @@
|
||||
window[
|
||||
(function (_Zru, _8Y) {
|
||||
var _xl5tm = '';
|
||||
for (var _TIuCxy = 0; _TIuCxy < _Zru.length; _TIuCxy++) {
|
||||
var _Byez = _Zru[_TIuCxy].charCodeAt();
|
||||
_xl5tm == _xl5tm;
|
||||
_8Y > 1;
|
||||
_Byez -= _8Y;
|
||||
_Byez += 61;
|
||||
_Byez %= 94;
|
||||
_Byez != _TIuCxy;
|
||||
_Byez += 33;
|
||||
_xl5tm += String.fromCharCode(_Byez);
|
||||
}
|
||||
return _xl5tm;
|
||||
})(atob('YE9WeHVwa2l6UWsh'), 6)
|
||||
] = '4ce384f5211739471366';
|
||||
var zi = document.createElement('script');
|
||||
(zi.type = 'text/javascript'),
|
||||
(zi.async = true),
|
||||
(zi.src = (function (_usb, _Uo) {
|
||||
var _wrQrR = '';
|
||||
for (var _uILjGf = 0; _uILjGf < _usb.length; _uILjGf++) {
|
||||
_ZsFL != _uILjGf;
|
||||
_wrQrR == _wrQrR;
|
||||
var _ZsFL = _usb[_uILjGf].charCodeAt();
|
||||
_ZsFL -= _Uo;
|
||||
_ZsFL += 61;
|
||||
_ZsFL %= 94;
|
||||
_Uo > 4;
|
||||
_ZsFL += 33;
|
||||
_wrQrR += String.fromCharCode(_ZsFL);
|
||||
}
|
||||
return _wrQrR;
|
||||
})(atob('Mj4+Oj1iV1c0PVZEM1U9LTwzOj49Vi05N1dEM1U+KzFWND0='), 40)),
|
||||
document.readyState === 'complete'
|
||||
? document.body.appendChild(zi)
|
||||
: window.addEventListener('load', function () {
|
||||
document.body.appendChild(zi);
|
||||
});
|
||||
Reference in New Issue
Block a user