Moving the script snippet to a separate file solves the Opera crash

This commit is contained in:
ernstmul
2025-05-21 13:33:23 +02:00
parent 9fe4c760a5
commit 0b4f7e9301
2 changed files with 41 additions and 42 deletions

View File

@@ -149,48 +149,7 @@
<script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script> <script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script>
<!-- ZoomInfo snippet --> <!-- ZoomInfo snippet -->
<script> <script defer src="/scripts/zoominfo.js"></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>
{/if} {/if}
<!-- canonical url --> <!-- canonical url -->

View 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);
});